You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
The TuneIn integration script is attempting to reference a non-existent TuneIn global object to get playback information:
Uncaught ReferenceError: TuneIn is not defined
at getPlaybackStatus (<anonymous>:70:20)
at update (<anonymous>:83:27)
at <anonymous>:1:36
I'm guessing this used to be a globally accessible object provided by the TuneIn webapp but they've since changed something and broken MellowPlayer's integration.
Audio playback still works, but no integration functionality between MellowPlayer and TuneIn works, e.g. play/pause, playback information, etc.
Steps To Reproduce:
Launch TuneIn service
Start playing a station
View developer console
Additional Informations:
Operating System: Linux 4.13.7-1-ARCH x86_64 GNU/Linux
I'm guessing this used to be a globally accessible object provided by the TuneIn webapp but they've since changed something and broken MellowPlayer's integration.
I guess this is what is happening, I'll have a look ASAP.
Description:
The TuneIn integration script is attempting to reference a non-existent
TuneIn
global object to get playback information:I'm guessing this used to be a globally accessible object provided by the TuneIn webapp but they've since changed something and broken MellowPlayer's integration.
Audio playback still works, but no integration functionality between MellowPlayer and TuneIn works, e.g. play/pause, playback information, etc.
Steps To Reproduce:
Additional Informations:
The text was updated successfully, but these errors were encountered: