Spaces:
Running
Running
Upload 2 files
Browse files- src/main.rs +1 -1
src/main.rs
CHANGED
|
@@ -491,7 +491,7 @@ struct DeezerTrackFallback {
|
|
| 491 |
}
|
| 492 |
|
| 493 |
async fn root() -> &'static str {
|
| 494 |
-
"marecchione gay af"
|
| 495 |
}
|
| 496 |
|
| 497 |
#[derive(Debug, Deserialize)]
|
|
|
|
| 491 |
}
|
| 492 |
|
| 493 |
async fn root() -> &'static str {
|
| 494 |
+
"marecchione gay af (v2.1)"
|
| 495 |
}
|
| 496 |
|
| 497 |
#[derive(Debug, Deserialize)]
|