Skip to main content

diff_album_vs_folder

Function diff_album_vs_folder 

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