mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
don't serialize user data in db
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user