mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 21:14:22 +00:00
some more stubs, remove old app
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user