mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14786] [MERGED] Fix IsPlayed #14116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14786
Author: @crobibero
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/14/2025
Merged by: @crobibero
Base:
master← Head:is-played📝 Commits (1)
9d60329Revert IsPlayed optimization, pass UserItemData to IsPlayed when available📊 Changes
6 files changed (+17 additions, -20 deletions)
View changed files
📝
Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs(+1 -2)📝
Emby.Server.Implementations/Sorting/IsPlayedComparer.cs(+1 -2)📝
Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs(+1 -2)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+9 -9)📝
MediaBrowser.Controller/Entities/Folder.cs(+4 -4)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+1 -1)📄 Description
Fixes https://github.com/jellyfin/jellyfin/issues/14752
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.