mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
8 lines
188 B
C#
8 lines
188 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class RatingResource
|
|
{
|
|
public int Count { get; set; }
|
|
public decimal Value { get; set; }
|
|
}
|
|
} |