Explorar o código

Update MediaBrowser.Api/Playback/MediaInfoService.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 %!s(int64=5) %!d(string=hai) anos
pai
achega
cf13e89ad6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Api/Playback/MediaInfoService.cs

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