sawyerf_Castafiore/app/components/button/ConnectButton.web.js
cl.st 0b1629aca1
Add: UPNP & Google Cast Support (#98)
* feat: add upnp streaming support

* add upnp/dlna discovery

* Add Upnp player API + handle swich with Local player

* Fix and clean after rebase

* fix potential memory leak

* Fix web crash

* Remove useless http discovery

* Up: Clean code

* Up: delete ConntectButton in home & Clean connectButton

* Fix review

* Remove useless player rerender

* Restore track position and state on player switch

* add chromecast support

* Clean code

* Reset BoxPlayer

* Move utils file

* Fix: chromecast scanning

* Handle track ended event for upnp player

* Fix: chromecast

* Finish chromecast

* Clean code

* Up: UI ConnectDevices

* Add: xml parser & Clean code

* Clean code (Not finish)

* Add: event in upnp

* Clean code

* Fix: wait chromecast connect

* Improve session management

* Fix: handle transfer error

* Add: handle event cast

* Del: useless permission

* Improve transferring

* Fix: transfer from same type

* Add: scrobble

* Change position connectbutton

* Fix: color FSPlayer

---------

Co-authored-by: Sawyerf <sawyer.flink@protonmail.ch>
2025-12-18 23:34:27 +01:00

3 lines
62 B
JavaScript

const ConnectButton = () => null
export default ConnectButton