11 lines
137 B
C#
11 lines
137 B
C#
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Model.Dto
|
|
{
|
|
public enum RatingType
|
|
{
|
|
Score,
|
|
Likes
|
|
}
|
|
}
|