add DisplayTitle to SubtitleStreamInfo

This commit is contained in:
Luke Pulverenti
2016-05-22 12:45:28 -04:00
parent 056b33714d
commit dbf11dcbb3
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ namespace MediaBrowser.Model.Dlna
public string Name { get; set; }
public bool IsForced { get; set; }
public string Format { get; set; }
public string DisplayTitle { get; set; }
public int Index { get; set; }
public SubtitleDeliveryMethod DeliveryMethod { get; set; }
public bool IsExternalUrl { get; set; }