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
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();
The text was updated successfully, but these errors were encountered:
Bradza101
changed the title
Plex Update brake & fix
Plex Update brakes buttons
Mar 5, 2023
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();
The text was updated successfully, but these errors were encountered: