pub async fn diff_album_vs_folder(
ctx: Arc<AppContext>,
album_id: &str,
watch_path: &Path,
rules: &FolderRules,
manual_sync: bool,
) -> Result<AlbumDiff, String>pub async fn diff_album_vs_folder(
ctx: Arc<AppContext>,
album_id: &str,
watch_path: &Path,
rules: &FolderRules,
manual_sync: bool,
) -> Result<AlbumDiff, String>