New: Indexer flags

(cherry picked from commit 7a768b5d0faf9aa57e78aee19cefee8fb19a42d5)
This commit is contained in:
Bogdan 2024-02-21 06:12:45 +02:00
parent 967b58017a
commit 1db0eb1029
61 changed files with 886 additions and 26 deletions

View file

@ -13,6 +13,7 @@ export interface TrackFile extends ModelBase {
releaseGroup: string;
quality: QualityModel;
customFormats: CustomFormat[];
indexerFlags: number;
mediaInfo: MediaInfo;
qualityCutoffNotMet: boolean;
}