mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:23:28 -03:00
Fixed codesmell
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user