2
0

RatingType.cs 105 B

12345678
  1. namespace MediaBrowser.Model.Dto
  2. {
  3. public enum RatingType
  4. {
  5. Score,
  6. Likes
  7. }
  8. }