File tree 1 file changed +29
-29
lines changed
1 file changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -70,24 +70,24 @@ export default [
70
70
'tracks'
71
71
]
72
72
} ,
73
- {
74
- id : 'amazonmusic' ,
75
- icon : 'amazonmusic' ,
76
- name : 'Amazon Music' ,
77
- isAudio : true ,
78
- isWithArtists : true ,
79
- isWithAlbums : true ,
80
- isWithTracks : true ,
81
- maxBitrate : 160 ,
82
- albumTypes : [
83
- 'album'
84
- ] ,
85
- searchScopes : [
86
- 'artists' ,
87
- 'albums' ,
88
- 'tracks'
89
- ]
90
- } ,
73
+ // {
74
+ // id: 'amazonmusic',
75
+ // icon: 'amazonmusic',
76
+ // name: 'Amazon Music',
77
+ // isAudio: true,
78
+ // isWithArtists: true,
79
+ // isWithAlbums: true,
80
+ // isWithTracks: true,
81
+ // maxBitrate: 160,
82
+ // albumTypes: [
83
+ // 'album'
84
+ // ],
85
+ // searchScopes: [
86
+ // 'artists',
87
+ // 'albums',
88
+ // 'tracks'
89
+ // ]
90
+ // },
91
91
{
92
92
id : 'spotify' ,
93
93
icon : 'spotify' ,
@@ -113,17 +113,20 @@ export default [
113
113
]
114
114
} ,
115
115
{
116
- id : 'bandcamp ' ,
117
- icon : 'bandcamp ' ,
118
- name : 'Bandcamp ' ,
116
+ id : 'deezer ' ,
117
+ icon : 'deezer ' ,
118
+ name : 'Deezer ' ,
119
119
isAudio : true ,
120
120
isWithArtists : true ,
121
121
isWithAlbums : true ,
122
122
isWithTracks : true ,
123
123
maxBitrate : 128 ,
124
124
albumTypes : [
125
+ 'album'
126
+ ] ,
127
+ albumsTypes : [
125
128
'album' ,
126
- 'track '
129
+ 'single '
127
130
] ,
128
131
searchScopes : [
129
132
'artists' ,
@@ -132,20 +135,17 @@ export default [
132
135
]
133
136
} ,
134
137
{
135
- id : 'deezer ' ,
136
- icon : 'deezer ' ,
137
- name : 'Deezer ' ,
138
+ id : 'bandcamp ' ,
139
+ icon : 'bandcamp ' ,
140
+ name : 'Bandcamp ' ,
138
141
isAudio : true ,
139
142
isWithArtists : true ,
140
143
isWithAlbums : true ,
141
144
isWithTracks : true ,
142
145
maxBitrate : 128 ,
143
146
albumTypes : [
144
- 'album'
145
- ] ,
146
- albumsTypes : [
147
147
'album' ,
148
- 'single '
148
+ 'track '
149
149
] ,
150
150
searchScopes : [
151
151
'artists' ,
You can’t perform that action at this time.
0 commit comments