Merge pull request #10035 from MBR-0001/subtitle-improvements-1

This commit is contained in:
Bond-009 2023-08-01 20:27:54 +02:00 committed by GitHub
commit c2bb6adc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -25,8 +25,18 @@ namespace MediaBrowser.Model.Providers
public float? CommunityRating { get; set; }
public float? FrameRate { get; set; }
public int? DownloadCount { get; set; }
public bool? IsHashMatch { get; set; }
public bool? AiTranslated { get; set; }
public bool? MachineTranslated { get; set; }
public bool? Forced { get; set; }
public bool? HearingImpaired { get; set; }
}
}