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))
|
||||
{
|
||||
|
||||
// TODO handle supportedLiveMediaTypes ?
|
||||
// TODO handle supportedLiveMediaTypes?
|
||||
var mediaSourcesList = await _mediaSourceManager.GetPlaybackMediaSources(item, user, true, false, CancellationToken.None).ConfigureAwait(false);
|
||||
|
||||
if (string.IsNullOrWhiteSpace(mediaSourceId))
|
||||
|
|
Loading…
Reference in New Issue
Block a user