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: fc1f7ea0f86cb05667197938678e87caaad43e09 (
plain
)
1
2
3
4
5
6
7
8
namespace
MediaBrowser.Model.Dto
{
public
enum
RatingType
{
Score
,
Likes
}
}