record time base

This commit is contained in:
Luke Pulverenti
2016-06-06 17:13:00 -04:00
parent 83105f5aae
commit 19ee883ca2
10 changed files with 91 additions and 23 deletions

View File

@@ -36,6 +36,9 @@ namespace MediaBrowser.Model.Entities
/// <value>The comment.</value>
public string Comment { get; set; }
public string TimeBase { get; set; }
public string CodecTimeBase { get; set; }
public string Title { get; set; }
public string DisplayTitle