mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Do not stop validation if folder was removed
This commit is contained in:
@@ -364,7 +364,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
if (IsFileProtocol)
|
||||
{
|
||||
IEnumerable<BaseItem> nonCachedChildren;
|
||||
IEnumerable<BaseItem> nonCachedChildren = [];
|
||||
|
||||
try
|
||||
{
|
||||
@@ -373,7 +373,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError(ex, "Error retrieving children folder");
|
||||
return;
|
||||
}
|
||||
|
||||
progress.Report(ProgressHelpers.RetrievedChildren);
|
||||
|
||||
Reference in New Issue
Block a user