aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-01-13 09:01:14 +0100
committerGitHub <noreply@github.com>2020-01-13 09:01:14 +0100
commitcf13e89ad6d086cc20acd877a76df23900b222a9 (patch)
treec913a7f93b5051a801171f8c8d80c29fcc56a074
parent56f580cdf6eb1a84275a582c4dc7dfb8245cc347 (diff)
Update MediaBrowser.Api/Playback/MediaInfoService.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
-rw-r--r--MediaBrowser.Api/Playback/MediaInfoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/MediaInfoService.cs b/MediaBrowser.Api/Playback/MediaInfoService.cs
index 53823943f..10f10a15e 100644
--- a/MediaBrowser.Api/Playback/MediaInfoService.cs
+++ b/MediaBrowser.Api/Playback/MediaInfoService.cs
@@ -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))