Fixed support with local uploaded tracks

This commit is contained in:
RemixDev
2020-07-02 16:49:17 +02:00
parent 565b205262
commit e51576ab2f
4 changed files with 191 additions and 165 deletions

View File

@ -9,7 +9,8 @@ bitrateLabels = {
9: "FLAC",
3: "320",
1: "128",
8: "128"
8: "128",
0: "MP3"
}