Add support for more remote subtitle info

This commit is contained in:
MBR#0001 2023-07-23 21:11:15 +02:00
parent 5ae164c79a
commit 82d79d2dff
No known key found for this signature in database
GPG key ID: A938970B8DD3F170

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; }
}
}