index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Model
/
Dto
/
RatingType.cs
blob: f151adce9c30163a299a21618df14854d4e0dde4 (
plain
)
1
2
3
4
5
6
7
8
namespace
MediaBrowser.Model.Dto
{
public
enum
RatingType
{
Score
,
Likes
}
}