1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Custom format scoring is not usable on movies index

This commit is contained in:
Bogdan
2025-04-20 12:57:34 +03:00
parent 5bd51832a0
commit 69a1c1b21b

View File

@@ -24,7 +24,7 @@ namespace Radarr.Api.V3.MovieFiles
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; }