mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Add GPL modules
This commit is contained in:
8
MediaBrowser.Model/Dto/RatingType.cs
Normal file
8
MediaBrowser.Model/Dto/RatingType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
public enum RatingType
|
||||
{
|
||||
Score,
|
||||
Likes
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user