mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 02:54:43 +01:00
fix because you watched showing unwatched titles
This commit is contained in:
@@ -192,7 +192,8 @@ namespace MediaBrowser.Api.Movies
|
||||
SortOrder = SortOrder.Descending,
|
||||
Limit = 7,
|
||||
ParentId = parentIdGuid,
|
||||
Recursive = true
|
||||
Recursive = true,
|
||||
IsPlayed = true
|
||||
};
|
||||
|
||||
var recentlyPlayedMovies = _libraryManager.GetItemList(query).ToList();
|
||||
|
||||
Reference in New Issue
Block a user