mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Add support for more remote subtitle info
This commit is contained in:
@@ -25,8 +25,18 @@ namespace MediaBrowser.Model.Providers
|
|||||||
|
|
||||||
public float? CommunityRating { get; set; }
|
public float? CommunityRating { get; set; }
|
||||||
|
|
||||||
|
public float? FrameRate { get; set; }
|
||||||
|
|
||||||
public int? DownloadCount { get; set; }
|
public int? DownloadCount { get; set; }
|
||||||
|
|
||||||
public bool? IsHashMatch { 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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user