Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plex Update brakes buttons #57

Open
Bradza101 opened this issue Mar 5, 2023 · 1 comment
Open

Plex Update brakes buttons #57

Bradza101 opened this issue Mar 5, 2023 · 1 comment

Comments

@Bradza101
Copy link

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 Bradza101 changed the title Plex Update brake & fix Plex Update brakes buttons Mar 5, 2023
@Tristan1234
Copy link

Tristan1234 commented Aug 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants