mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
Add warning message to collection resolution when not found
This commit is contained in:
@@ -64,6 +64,10 @@ namespace MediaBrowser.Controller.IO
|
||||
|
||||
dict[data.FullName] = data;
|
||||
}
|
||||
else
|
||||
{
|
||||
logger.Warn("Cannot add unavailble/non-existent location {0}", data.FullName);
|
||||
}
|
||||
}
|
||||
else if (flattenFolderDepth > 0 && isDirectory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user