forked from rc/aircox
add sound item in diffusions; move programs.Sound's attribute 'remove' into the type + update its public attribute based on diffusion publication
This commit is contained in:
@ -51,8 +51,8 @@ PlayerPlaylist.prototype = {
|
||||
items: undefined,
|
||||
|
||||
find: function(stream) {
|
||||
return this.items.find(function(v) {
|
||||
return v.stream == item;
|
||||
return this.items.find(function(stream_) {
|
||||
return stream_ == stream;
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user