Explorar el Código

Update MediaBrowser.Api/Playback/MediaInfoService.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 hace 5 años
padre
commit
cf13e89ad6
Se han modificado 1 ficheros con 1 adiciones y 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))