Update MediaBrowser.Api/Playback/MediaInfoService.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
pull/2266/head
Bond-009 5 years ago committed by GitHub
parent 56f580cdf6
commit cf13e89ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save