PlexExternalPlayer
PlexExternalPlayer copied to clipboard
Plex Update brakes buttons
Hi all,
The most recent update to plex (march 2023) brakes the play & folder buttons that get added to the cover page
TO fix this you need to amened the following code:
var toolBar = jQuery("#plex-icon-toolbar-play-560").parent().parent();
To:
var toolBar = jQuery("._76v8d63").parent().parent();
Just for dummies like me, fixing it themself, This code is contained in the taper monkey script