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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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