debug radio paradise
This commit is contained in:
@@ -21,7 +21,7 @@ impl CacheConfig for AudioConfig {
|
||||
}
|
||||
|
||||
fn cache_type() -> &'static str {
|
||||
"audio"
|
||||
"flac"
|
||||
}
|
||||
|
||||
fn cache_name() -> &'static str {
|
||||
|
||||
@@ -64,10 +64,10 @@ Consolide le cache (répare les incohérences)
|
||||
|
||||
## Servir les fichiers
|
||||
|
||||
### GET /audio/tracks/{pk}
|
||||
### GET /audio/flac/{pk}
|
||||
Récupère le fichier FLAC (streaming progressif si en cours de téléchargement)
|
||||
|
||||
### GET /audio/tracks/{pk}/orig
|
||||
### GET /audio/flac/{pk}/orig
|
||||
Alias pour le fichier original
|
||||
|
||||
## Format des fichiers
|
||||
|
||||
Reference in New Issue
Block a user