Skip to content

Commit c6506ba

Browse files
committed
fix: LiveTV not working
1 parent c63f574 commit c6506ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.7.3]
3+
## [0.7.4]
44

55
### Fixed
66

app/src/activity/player_view.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void PlayerView::playMedia(const uint64_t seekTicks) {
303303
jellyfin::postJSON(
304304
{
305305
{"UserId", AppConfig::instance().getUserId()},
306-
{"MediaSourceId", this->itemType == jellyfin::mediaTypeTvChannel ? nullptr : this->itemId},
306+
{"MediaSourceId", this->itemType == jellyfin::mediaTypeTvChannel ? "" : this->itemId},
307307
{"AudioStreamIndex", PlayerSetting::selectedAudio},
308308
{"SubtitleStreamIndex", PlayerSetting::selectedSubtitle},
309309
#if defined(__PSV__)

0 commit comments

Comments
 (0)