fixes #1348 - [Feature Request] Option for single subtitle on DLNA config.

This commit is contained in:
Luke
2015-12-24 02:00:23 -05:00
parent ab92172720
commit 575ca7683c
2 changed files with 12 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ namespace MediaBrowser.Model.Dlna
public string SerialNumber { get; set; }
public bool EnableAlbumArtInDidl { get; set; }
public bool EnableSingleAlbumArtLimit { get; set; }
public bool EnableSingleAlbumArtLimit { get; set; }
public bool EnableSingleSubtitleLimit { get; set; }
public string SupportedMediaTypes { get; set; }