9 lines
105 B
C#
9 lines
105 B
C#
namespace MediaBrowser.Model.Dto
|
|
{
|
|
public enum RatingType
|
|
{
|
|
Score,
|
|
Likes
|
|
}
|
|
}
|