Skip to content

Commit 028e0f1

Browse files
fix: update clear.rs to use minify_lib for settings and authentication
- Changed the import from spotify_mini_player_lib to minify_lib for settings and spotify authentication in clear.rs to align with the new project structure.
1 parent f6c7b09 commit 028e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src-tauri/src/bin/clear.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fn main() {
2-
use spotify_mini_player_lib::{settings, spotify_auth};
2+
use minify_lib::{settings, spotify_auth};
33
let s = settings::clear_settings();
44
let k = tauri::async_runtime::block_on(spotify_auth::clear_credentials());
55
println!("clear_settings: {}", s);

0 commit comments

Comments
 (0)