Merge pull request #11959 from Shadowghost/continue-validation-if-removed
Do not stop validation if folder was removed
This commit is contained in:
commit
cf59140276
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user