Add autoplay mode

This commit is contained in:
LoveEevee
2018-08-28 02:56:31 +03:00
parent 97eee0e27a
commit 2f717614fb
9 changed files with 100 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ function SongSelect(){
_selectedSong.folder = songID;
bgm.pause();
new loadSong(_selectedSong);
new loadSong(_selectedSong, e.shiftKey);
});
$(".song").hover(function(){