mostly complete base spec player

This commit is contained in:
2024-06-26 17:44:07 +02:00
parent 4ecf93d31b
commit 76f543eb2f
20 changed files with 2226 additions and 154 deletions

View File

@@ -19,8 +19,8 @@ if ( typeof( __dirname ) === 'undefined' ) {
}
const dbRef = {
'user': 'jh_store_users',
'users': 'jh_store_users',
'user': 'music_users',
'users': 'music_users',
};