Cast audio playback enhancements
* Instant mix works, but not sure about managing the mix * Shuffle _should_ work, but same thing with mgmt Receiver page has also been enhanced for music playback.
This commit is contained in:
parent
dc2fc2f857
commit
6805109fb4
4 changed files with 307 additions and 51 deletions
4
dashboard-ui/thirdparty/jquery.ba-tinypubsub.min.js
vendored
Normal file
4
dashboard-ui/thirdparty/jquery.ba-tinypubsub.min.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* jQuery Tiny Pub/Sub - v0.7 - 10/27/2011
|
||||
* http://benalman.com/
|
||||
* Copyright (c) 2011 "Cowboy" Ben Alman; Licensed MIT, GPL */
|
||||
(function (a) { var b = a({}); a.subscribe = function () { b.on.apply(b, arguments) }, a.unsubscribe = function () { b.off.apply(b, arguments) }, a.publish = function () { b.trigger.apply(b, arguments) } })(jQuery)
|
Loading…
Add table
Add a link
Reference in a new issue