mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-17 18:12:24 +00:00
changed ChapterImageResolution in model to enum type;
added 144p to the ImageResolution enum; updated chapters limit comment inside FFProbeVideoInfo.cs;
This commit is contained in:
@@ -5,6 +5,16 @@ namespace MediaBrowser.Model.Drawing
|
||||
/// </summary>
|
||||
public enum ImageResolution
|
||||
{
|
||||
/// <summary>
|
||||
/// MatchSource.
|
||||
/// </summary>
|
||||
MatchSource,
|
||||
|
||||
/// <summary>
|
||||
/// 144p.
|
||||
/// </summary>
|
||||
P144,
|
||||
|
||||
/// <summary>
|
||||
/// 240p.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user