mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
Added filters to the item list page
This commit is contained in:
@@ -33,6 +33,14 @@ namespace MediaBrowser.Model.Querying
|
||||
/// <summary>
|
||||
/// The item is resumable
|
||||
/// </summary>
|
||||
IsResumable = 7
|
||||
IsResumable = 7,
|
||||
/// <summary>
|
||||
/// The likes
|
||||
/// </summary>
|
||||
Likes = 8,
|
||||
/// <summary>
|
||||
/// The dislikes
|
||||
/// </summary>
|
||||
Dislikes = 9
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user