create dlna profiles for bubble & vlc

This commit is contained in:
Luke Pulverenti
2015-05-04 18:07:46 -04:00
parent 50bf2de329
commit 59c13ee902
31 changed files with 312 additions and 28 deletions

View File

@@ -34,7 +34,6 @@ namespace MediaBrowser.Model.Dlna
public string ModelNumber { get; set; }
public string ModelUrl { get; set; }
public string SerialNumber { get; set; }
public bool IgnoreTranscodeByteRangeRequests { get; set; }
public bool EnableAlbumArtInDidl { get; set; }
public bool EnableSingleAlbumArtLimit { get; set; }