Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
disable autoplay on soundcloud to try to reduce number of streams und…
Browse files Browse the repository at this point in the history
…er their API limit
  • Loading branch information
bsstoner committed Nov 16, 2016
1 parent 619dc9a commit 3d4a78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/spice/sound_cloud/sound_cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
sourceName: 'SoundCloud',
sourceUrl: 'https://soundcloud.com/search?q=' + query,
sourceIcon: true,
autoplay: false,
itemType: 'Tracks'
},
templates: {
Expand Down

0 comments on commit 3d4a78b

Please sign in to comment.