mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
- Add rating
This commit is contained in:
@@ -160,6 +160,11 @@ namespace NzbDrone.Core.Extras.Metadata.Consumers.Xbmc
|
||||
details.Add(setRating);
|
||||
}
|
||||
|
||||
if (movie.Ratings != null && movie.Ratings.Votes > 0)
|
||||
{
|
||||
details.Add(new XElement("rating", movie.Ratings.Value));
|
||||
}
|
||||
|
||||
details.Add(new XElement("userrating"));
|
||||
|
||||
details.Add(new XElement("top250"));
|
||||
|
||||
Reference in New Issue
Block a user