mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
update CollectionFolder
This commit is contained in:
@@ -1542,7 +1542,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
if (!string.IsNullOrEmpty(info.Path))
|
||||
{
|
||||
var itemByPath = LibraryManager.FindByPath(info.Path);
|
||||
var itemByPath = LibraryManager.FindByPath(info.Path, null);
|
||||
|
||||
if (itemByPath == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user