mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
default recursive to true when validating children
This commit is contained in:
@@ -238,7 +238,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
return video;
|
||||
|
||||
}).ToList();
|
||||
// Sort them so that the list can be easily compared for changes
|
||||
}).OrderBy(i => i.Path).ToList();
|
||||
}
|
||||
|
||||
public override IEnumerable<string> GetDeletePaths()
|
||||
|
||||
Reference in New Issue
Block a user