mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
c60bd7d58e
@ -64,6 +64,10 @@ namespace MediaBrowser.Controller.IO
|
|||||||
|
|
||||||
dict[data.FullName] = data;
|
dict[data.FullName] = data;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
logger.Warn("Cannot add unavailble/non-existent location {0}", data.FullName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (flattenFolderDepth > 0 && isDirectory)
|
else if (flattenFolderDepth > 0 && isDirectory)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user