mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03: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