New: Spotify integration

Import playlists, followed artists and saved albums
This commit is contained in:
ta264
2019-07-24 21:40:30 +01:00
parent 2f1290d488
commit d075ea3625
18 changed files with 892 additions and 1 deletions
@@ -14,6 +14,8 @@ function getType(type) {
return inputTypes.CHECK;
case 'device':
return inputTypes.DEVICE;
case 'playlist':
return inputTypes.PLAYLIST;
case 'password':
return inputTypes.PASSWORD;
case 'number':