mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
removed IsRecentlyPlayed option and fixed FileTime warnings
This commit is contained in:
@@ -339,9 +339,6 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
return userdata != null && userdata.PlayCount > 0;
|
||||
});
|
||||
|
||||
case ItemFilter.IsRecentlyPlayed:
|
||||
return items.Where(item => item.IsRecentlyPlayed(user));
|
||||
|
||||
case ItemFilter.IsUnplayed:
|
||||
return items.Where(item =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user