mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
Renamed UserRating to CommunityRating
This commit is contained in:
parent
9f1005d679
commit
01a25c48a0
@@ -48,7 +48,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public string DisplayMediaType { get; set; }
|
||||
|
||||
public float? UserRating { get; set; }
|
||||
public float? CommunityRating { get; set; }
|
||||
public long? RunTimeTicks { get; set; }
|
||||
|
||||
public string AspectRatio { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user