fn compute_remote_deletions(
ctx: &Arc<AppContext>,
album_id: &str,
watch_path: &Path,
local_paths: &HashSet<String>,
remote_by_checksum: &HashMap<String, LibraryAsset>,
rules: &FolderRules,
) -> Vec<LibraryAsset>fn compute_remote_deletions(
ctx: &Arc<AppContext>,
album_id: &str,
watch_path: &Path,
local_paths: &HashSet<String>,
remote_by_checksum: &HashMap<String, LibraryAsset>,
rules: &FolderRules,
) -> Vec<LibraryAsset>