mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Fix lyrics
This commit is contained in:
parent
f590222568
commit
9aa7375287
@ -156,7 +156,7 @@ class Loader{
|
||||
}
|
||||
}
|
||||
if(song.lyrics){
|
||||
song.lyricsFile = new RemoteFile(gameConfig.songs_baseurl + song.id + "main.vtt")
|
||||
song.lyricsFile = new RemoteFile(directory + "main.vtt")
|
||||
}
|
||||
if(song.preview > 0){
|
||||
song.previewMusic = new RemoteFile(directory + "preview.mp3")
|
||||
|
Loading…
Reference in New Issue
Block a user