Explorar el Código

Fixed codesmell

JPVenson hace 4 meses
padre
commit
56a4aa180b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      MediaBrowser.Providers/MediaInfo/VideoImageProvider.cs

+ 1 - 0
MediaBrowser.Providers/MediaInfo/VideoImageProvider.cs

@@ -97,6 +97,7 @@ namespace MediaBrowser.Providers.MediaInfo
                 query.Index = null;
                 videoStream = _mediaSourceManager.GetMediaStreams(query).FirstOrDefault();
             }
+
             if (videoStream is null)
             {
                 _logger.LogInformation("Skipping image extraction: no video stream found for {Path}.", item.Path ?? string.Empty);