mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
connect updates
This commit is contained in:
@@ -37,7 +37,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
public bool IgnoreTranscodeByteRangeRequests { get; set; }
|
||||
|
||||
public bool EnableAlbumArtInDidl { get; set; }
|
||||
public int? DidlAlbumArtLimit { get; set; }
|
||||
public bool EnableSingleAlbumArtLimit { get; set; }
|
||||
|
||||
public string SupportedMediaTypes { get; set; }
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ namespace MediaBrowser.Model.Dto
|
||||
public string Name { get; set; }
|
||||
|
||||
public long? RunTimeTicks { get; set; }
|
||||
public bool ReadAtNativeFramerate { get; set; }
|
||||
|
||||
public VideoType? VideoType { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user