mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Custom format scoring is not usable on movies index
This commit is contained in:
parent
5bd51832a0
commit
69a1c1b21b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public class MovieFileResource : RestResource
|
|||
public List<Language> Languages { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
public List<CustomFormatResource> CustomFormats { get; set; }
|
||||
public int CustomFormatScore { get; set; }
|
||||
public int? CustomFormatScore { get; set; }
|
||||
public int? IndexerFlags { get; set; }
|
||||
public MediaInfoResource MediaInfo { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue