fix pagination + add refresh button
All checks were successful
tests / fmt (push) Successful in 1m57s
tests / test (push) Successful in 2m7s
tests / clippy (push) Successful in 2m5s
tests / build (push) Successful in 2m11s
tests / pre-commit (push) Successful in 2m5s
deploy / release-image (push) Successful in 5m3s

This commit is contained in:
2024-06-18 23:27:47 +02:00
parent c5d9c49452
commit 92be6c26a6
3 changed files with 13 additions and 5 deletions

View File

@@ -59,7 +59,6 @@ async fn get_tracks(
if stderr.contains("YouTube said: The playlist does not exist.") {
return Err("YouTube said: The playlist does not exist.".into());
}
return Err(stderr.into());
}
return Err("No tracks found".into());
}