mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Fixed: Fallback to 'VideoCodec' if 'VideoFormat' is unavailable (#3142)
This commit is contained in:
committed by
Leonardo Galli
parent
e62b6d1ddb
commit
5d0effa591
@@ -17,8 +17,8 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||
private readonly IDiskProvider _diskProvider;
|
||||
private readonly Logger _logger;
|
||||
|
||||
public const int MINIMUM_MEDIA_INFO_SCHEMA_REVISION = 3;
|
||||
public const int CURRENT_MEDIA_INFO_SCHEMA_REVISION = 4;
|
||||
public const int MINIMUM_MEDIA_INFO_SCHEMA_REVISION = 4;
|
||||
public const int CURRENT_MEDIA_INFO_SCHEMA_REVISION = 5;
|
||||
|
||||
public VideoFileInfoReader(IDiskProvider diskProvider, Logger logger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user