mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Api/Playback/MediaInfoService.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
56f580cdf6
commit
cf13e89ad6
@ -274,7 +274,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
if (string.IsNullOrWhiteSpace(liveStreamId))
|
if (string.IsNullOrWhiteSpace(liveStreamId))
|
||||||
{
|
{
|
||||||
|
|
||||||
// TODO handle supportedLiveMediaTypes ?
|
// TODO handle supportedLiveMediaTypes?
|
||||||
var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, false, CancellationToken.None).ConfigureAwait(false);
|
var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, false, CancellationToken.None).ConfigureAwait(false);
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user