[PR #3800] [CLOSED] Make notifyParentItem do something #9516

Closed
opened 2025-12-22 07:31:07 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3800
Author: @cvium
Created: 8/3/2020
Status: Closed

Base: masterHead: notifyparent


📝 Commits (1)

  • b6ca4ac Make notifyParentItem do something

📊 Changes

1 file changed (+11 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/Library/LibraryManager.cs (+11 -4)

📄 Description

Changes
notifyParentItem was unused...

I am not sure what consequences this has. There are two subscribers to ItemRemoved and the first one will notify all users that the item was removed, the second one will stop watching the path if it's an "AggregateFolder".


🔄 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/3800 **Author:** [@cvium](https://github.com/cvium) **Created:** 8/3/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `notifyparent` --- ### 📝 Commits (1) - [`b6ca4ac`](https://github.com/jellyfin/jellyfin/commit/b6ca4ac91c2855cd3635513d2c721c1ab9498e96) Make notifyParentItem do something ### 📊 Changes **1 file changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+11 -4) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** `notifyParentItem` was unused... I am not sure what consequences this has. There are two subscribers to ItemRemoved and the first one will notify all users that the item was removed, the second one will stop watching the path if it's an "AggregateFolder". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:31:08 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#9516
No description provided.