mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
add new image params
This commit is contained in:
@@ -103,7 +103,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (item.Id == Guid.Empty)
|
||||
{
|
||||
item.Id = item.Path.GetMBId(item.GetType());
|
||||
item.Id = LibraryManager.GetNewItemId(item.Path, item.GetType());
|
||||
}
|
||||
|
||||
if (ActualChildren.Any(i => i.Id == item.Id))
|
||||
|
||||
Reference in New Issue
Block a user