parent
a8ef6c43b1
commit
eb58e743d8
@ -12,10 +12,10 @@ function playBrowsedTracks(addtoqueue, trackIndex) {
|
|||||||
|
|
||||||
// For radio streams we just add the selected URI.
|
// For radio streams we just add the selected URI.
|
||||||
// TODO: Why?
|
// TODO: Why?
|
||||||
if (isStreamUri(trackUri)) {
|
//if (isStreamUri(trackUri)) {
|
||||||
mopidy.tracklist.add(null, null, trackUri);
|
//mopidy.tracklist.add(null, null, trackUri);
|
||||||
return false;
|
//return false;
|
||||||
}
|
//}
|
||||||
|
|
||||||
switch (addtoqueue) {
|
switch (addtoqueue) {
|
||||||
case PLAY_NOW:
|
case PLAY_NOW:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user