mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-22 20:42:31 +00:00
add a new endpoint param IsFavorite and use it for reports
This commit is contained in:
@@ -45,10 +45,6 @@ namespace MediaBrowser.Model.Querying
|
||||
/// <summary>
|
||||
/// The is favorite or likes
|
||||
/// </summary>
|
||||
IsFavoriteOrLikes = 10,
|
||||
/// <summary>
|
||||
/// The item is not a favorite
|
||||
/// </summary>
|
||||
IsNotFavorite = 11
|
||||
IsFavoriteOrLikes = 10
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user