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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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