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
/
Users
/
UserActionType.cs
blob: 5d843a7388bfae7ad83ddcbd78f63ddf13717a69 (
plain
)
1
2
3
4
5
6
7
namespace
MediaBrowser.Model.Users
{
public
enum
UserActionType
{
PlayedItem
=
0
}
}