tsk-68: Saving file_type from CoverArt (#70)

Closes #68

Reviewed-on: #70
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-30 20:25:38 +00:00
committed by phoenix
parent 73eedf829d
commit 36c079fd87
4 changed files with 7 additions and 4 deletions
-2
View File
@@ -39,8 +39,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
};
loop {
println!("Token: {:?}", app.token);
if app.token.token_expired() {
println!("Token expired");
app.token = match auth::get_refresh_token(&app).await {