[PR #14786] [MERGED] Fix IsPlayed #14116

Closed
opened 2026-02-07 07:24:40 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: is-played


📝 Commits (1)

  • 9d60329 Revert 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14786 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/14/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `is-played` --- ### 📝 Commits (1) - [`9d60329`](https://github.com/jellyfin/jellyfin/commit/9d603293dc1bd8caaaa5370e42399f85c6de65a5) Revert IsPlayed optimization, pass UserItemData to IsPlayed when available ### 📊 Changes **6 files changed** (+17 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/14752 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:24:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14116