Fix ItemAdded event triggering when updating metadata (#15680)

This commit is contained in:
theguymadmax
2025-12-03 21:02:55 -05:00
committed by GitHub
parent 2a0b90e385
commit fb65f8f853

View File

@@ -721,8 +721,6 @@ namespace MediaBrowser.Providers.Manager
}
}
}
_libraryManager.CreateItem(item, null);
}
/// <summary>