some more stubs, remove old app

This commit is contained in:
2024-10-02 15:56:05 +02:00
parent da01326777
commit a2f6757d84
61 changed files with 116 additions and 33479 deletions

View File

@@ -3,9 +3,14 @@ const getSubscriptions = ( uid: string ) => {
'id': 'com.janishutz.MusicPlayer.subscription',
'expires': new Date().getTime() + 200000,
'status': true
} ]
} ];
}
const configure = ( config: object ) => {
}
export default {
getSubscriptions
getSubscriptions,
configure
}