mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Backport pull request #11959 from jellyfin/release-10.9.z
Do not stop validation if folder was removed Original-merge: cf591402761a7dda3fd251cb865eeba9b6533bfa Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
18dd6b2875
commit
bb0c234984
@ -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…
x
Reference in New Issue
Block a user