Trikolon / liquidradio

Frontend for music station Liquid Radio
https://liquidradio.pro
MIT License
7 stars 2 forks source link

Store stream state in audio el #17

Closed Trikolon closed 7 years ago

Trikolon commented 7 years ago

Store state in audio element rather than stream.play etc, combined with the use of computed properties.

Trikolon commented 7 years ago

Not practical. Components need state for models (e.g. play/pause button). Computed properties cache and don't update when play state updates.