introduce presentation unique key

This commit is contained in:
Luke Pulverenti
2016-05-01 18:11:24 -04:00
parent a4d1c9e6e4
commit 4ddde2cdc2
9 changed files with 212 additions and 96 deletions

View File

@@ -91,6 +91,12 @@ namespace MediaBrowser.Controller.Entities.TV
}
}
[IgnoreDataMember]
public override string PresentationUniqueKey
{
get { return GetUserDataKey(); }
}
/// <summary>
/// Gets the user data key.
/// </summary>