diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-14 22:32:20 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-14 22:32:20 -0700 |
| commit | 6b168927b8995d428d243052e93713a2ab86cff9 (patch) | |
| tree | ac617e15fa55fffffba1906b8e37a8ae4b02baed /public | |
| parent | 9ce23e2683c6051d15a775a439d355b83036685b (diff) | |
load entries from public karaoke.json
Diffstat (limited to 'public')
| -rw-r--r-- | public/karaoke.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/karaoke.json b/public/karaoke.json new file mode 100644 index 0000000..37ad9c7 --- /dev/null +++ b/public/karaoke.json @@ -0,0 +1,12 @@ +{ + "J-POP": [ + { + "title": "Mr.Raindrop", + "artist": "Amplified", + "thumbnail": "", + "has_srv": false, + "has_instrumental": false, + "code": "eyJscmMiOiJodHRwczovL3V0ZnMuaW8vZi9lMmUxOGVhNy05ODQxLTQzN2ItOWNhMy01NzIzMzU1YmQ0MWEtcmxjazQ2LmxyYyIsImZpbGUxIjoiaHR0cHM6Ly91dGZzLmlvL2YvODRmNWRmYTYtODIxZC00MDdmLWExNmQtYTY4NWIwOWMxMWQ5LTd4eDJoNC53ZWJtIiwib2Zmc2V0IjotMTU1MH0=" + } + ] +} |
