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 Mar 30, 2021. It is now read-only.
The DOM id of the title field has changed from "#player-song-title" to "#currently-playing-title". Thus, the title is no longer correctly updated in notifications or through the scripting bridge.
The fix is simple—on line 252 of main.js, change "#player-song-title" to "#currently-playing-title".
The text was updated successfully, but these errors were encountered:
The DOM id of the title field has changed from "#player-song-title" to "#currently-playing-title". Thus, the title is no longer correctly updated in notifications or through the scripting bridge.
The fix is simple—on line 252 of main.js, change "#player-song-title" to "#currently-playing-title".
The text was updated successfully, but these errors were encountered: