Update MediaBrowser.Api/Playback/MediaInfoService.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Bond-009
2020-01-13 09:01:14 +01:00
committed by GitHub
parent 56f580cdf6
commit cf13e89ad6

View File

@@ -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))