Trikolon / liquidradio

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

Fix issue when mediaElSrc.mediaElement is undefined #33

Closed mdartic closed 7 years ago

mdartic commented 7 years ago

32

I don't know why, but on Firefox, mediaElSrc.mediaElement is undefined when you pass in reqFrame method.

Adding the test of mediaElSrc.mediaElement check if it is defined or not.

Trikolon commented 7 years ago

Perfect! Thank you for the fix!