update cinema mode on/off setting

This commit is contained in:
Luke Pulverenti
2015-11-19 00:19:54 -05:00
parent 252dde1722
commit b28be7e986
4 changed files with 14 additions and 0 deletions

View File

@@ -554,6 +554,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The type of the collection.</value>
public string CollectionType { get; set; }
/// <summary>
/// Gets or sets the type of the original collection.
/// </summary>
/// <value>The type of the original collection.</value>
public string OriginalCollectionType { get; set; }
/// <summary>
/// Gets or sets the display order.
/// </summary>