Spotify prot check
This commit is contained in:
parent
a348c17bf4
commit
672a6591be
1 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,12 @@ export class AppEvents {
|
|||
this.plugin.callPlugin('lastfm', 'authenticate', authKey);
|
||||
}
|
||||
}
|
||||
|
||||
// Spotify Protocols
|
||||
else if (arg.startsWith("spotify://")) {
|
||||
|
||||
}
|
||||
|
||||
// Play
|
||||
else if (arg.includes('/play/')) { //Steer away from protocol:// specific conditionals
|
||||
const playParam = arg.split('/play/')[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue