mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
fully replaced TVDB with Trakt.tv
This commit is contained in:
10
NzbDrone.Core/MetadataSource/Trakt/Ratings.cs
Normal file
10
NzbDrone.Core/MetadataSource/Trakt/Ratings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NzbDrone.Core.MetadataSource.Trakt
|
||||
{
|
||||
public class Ratings
|
||||
{
|
||||
public int percentage { get; set; }
|
||||
public int votes { get; set; }
|
||||
public int loved { get; set; }
|
||||
public int hated { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user