musicplayer: click on the song title to change the music

This commit is contained in:
minjaesong
2024-01-04 17:28:30 +09:00
parent 73e383a678
commit 244d935367
5 changed files with 55 additions and 17 deletions

View File

@@ -1 +1,2 @@
usemusicplayer->Lang:MENU_OPTIONS_USE_MUSIC_PLAYER->toggle
usemusicplayer->Lang:MENU_OPTIONS_USE_MUSIC_PLAYER->toggle
playlistlines->Lang:MENU_OPTIONS_MUSIC_PLAYLIST_LINES->spinner,4,16,1
1 usemusicplayer->Lang:MENU_OPTIONS_USE_MUSIC_PLAYER->toggle
2 playlistlines->Lang:MENU_OPTIONS_MUSIC_PLAYLIST_LINES->spinner,4,16,1

View File

@@ -1,3 +1,4 @@
{
"usemusicplayer": true
"usemusicplayer": true,
"playlistlines": 8
}

View File

@@ -1,3 +1,4 @@
{
"MENU_OPTIONS_USE_MUSIC_PLAYER": "Use Music Player"
"MENU_OPTIONS_USE_MUSIC_PLAYER": "Use Music Player",
"MENU_OPTIONS_MUSIC_PLAYLIST_LINES": "Playlist Height (lines)"
}