Skip to content

Commit b657af9

Browse files
committed
change: disable Amazon Music source
1 parent f574ae7 commit b657af9

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/helpers/data/sources.js

+29-29
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,24 @@ export default [
7070
'tracks'
7171
]
7272
},
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+
// },
9191
{
9292
id: 'spotify',
9393
icon: 'spotify',
@@ -113,17 +113,20 @@ export default [
113113
]
114114
},
115115
{
116-
id: 'bandcamp',
117-
icon: 'bandcamp',
118-
name: 'Bandcamp',
116+
id: 'deezer',
117+
icon: 'deezer',
118+
name: 'Deezer',
119119
isAudio: true,
120120
isWithArtists: true,
121121
isWithAlbums: true,
122122
isWithTracks: true,
123123
maxBitrate: 128,
124124
albumTypes: [
125+
'album'
126+
],
127+
albumsTypes: [
125128
'album',
126-
'track'
129+
'single'
127130
],
128131
searchScopes: [
129132
'artists',
@@ -132,20 +135,17 @@ export default [
132135
]
133136
},
134137
{
135-
id: 'deezer',
136-
icon: 'deezer',
137-
name: 'Deezer',
138+
id: 'bandcamp',
139+
icon: 'bandcamp',
140+
name: 'Bandcamp',
138141
isAudio: true,
139142
isWithArtists: true,
140143
isWithAlbums: true,
141144
isWithTracks: true,
142145
maxBitrate: 128,
143146
albumTypes: [
144-
'album'
145-
],
146-
albumsTypes: [
147147
'album',
148-
'single'
148+
'track'
149149
],
150150
searchScopes: [
151151
'artists',

0 commit comments

Comments
 (0)