don't serialize user data in db

This commit is contained in:
Luke Pulverenti
2013-05-09 09:46:06 -04:00
parent fbd052abfc
commit 8f61e37498
3 changed files with 39 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets the rating.
/// </summary>
/// <value>The rating.</value>
public float? Rating { get; set; }
public double? Rating { get; set; }
/// <summary>
/// Gets or sets the playback position ticks.