PlexExternalPlayer icon indicating copy to clipboard operation
PlexExternalPlayer copied to clipboard

Plex Update brakes buttons

Open Bradza101 opened this issue 2 years ago • 1 comments

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();

Bradza101 avatar Mar 05 '23 11:03 Bradza101

Just for dummies like me, fixing it themself, This code is contained in the taper monkey script

Tristan1234 avatar Aug 19 '23 21:08 Tristan1234