connect updates

This commit is contained in:
Luke Pulverenti
2014-10-25 14:32:58 -04:00
parent c8a735bcb1
commit d74e3b2dea
122 changed files with 549 additions and 278 deletions

View File

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

View File

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