mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
f77a2feeef
* Stylecop Rules and Fixes
9 lines
189 B
C#
9 lines
189 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class RatingResource
|
|
{
|
|
public int Count { get; set; }
|
|
public decimal Value { get; set; }
|
|
}
|
|
}
|