Skip to content

Commit

Permalink
Fixed sonos-web#43 - Playlist have no album art, do not search for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Piratmac committed Oct 16, 2020
1 parent 6080cec commit 291f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/sonos/MusicLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MusicLibrary {
switch (options.searchCategory) {
case 'albumArtists':
case 'genres':
case 'playlists':
//case 'playlists':
await Promise.all(result.items.map(async (item, index) => {
try {
// Get the album art
Expand Down

0 comments on commit 291f7a2

Please sign in to comment.