feat: stream currently playing + volume + toggle pause + seek position
This commit is contained in:
@@ -21,7 +21,6 @@ pub fn get_all_cover_hashes() -> Vec<String> {
|
||||
let _ = fs::create_dir_all(base_path);
|
||||
}
|
||||
|
||||
|
||||
let walkdir = walkdir::WalkDir::new(path).min_depth(1).max_depth(1);
|
||||
|
||||
let hashes: Vec<String> = walkdir
|
||||
|
||||
Reference in New Issue
Block a user