disable remember track selections for live channels

This commit is contained in:
Luke Pulverenti
2016-04-27 14:44:08 -04:00
parent 34b72a98cf
commit 92bdbe22b4
4 changed files with 28 additions and 6 deletions

View File

@@ -1555,6 +1555,15 @@ namespace MediaBrowser.Controller.Entities
return null;
}
[IgnoreDataMember]
public virtual bool EnableRememberingTrackSelections
{
get
{
return true;
}
}
/// <summary>
/// Adds a studio to the item
/// </summary>