mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
Renamed UserRating to CommunityRating
This commit is contained in:
parent
9f1005d679
commit
01a25c48a0
@@ -219,7 +219,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
|
||||
if (float.TryParse(rating, out val))
|
||||
{
|
||||
item.UserRating = val;
|
||||
item.CommunityRating = val;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user