Kayomani / PlexExternalPlayer

Allows you to use Plex to browse your media then play the files in your favorite media player (where the files are local).
GNU General Public License v3.0
115 stars 14 forks source link

Buttons on posters doesn't show on Version 3.108.2. #37

Closed mambans closed 5 years ago

mambans commented 5 years ago

Buttons on the posters doesn't show up anymore since Version 3.108.2. The buttons in the toolbar still works.

enchained commented 5 years ago

You can try to manually replace line in tampermonkey code under // Cover page jQuery('[id=plex-icon-more-560]').each(function(i, e) { with this one jQuery('[id=plex-icon-more-vertical-560]').each(function(i, e) {

In my case that worked, but my toolbar buttons are missing too, maybe I'll debug that later. UPD: toolbar is working for me with the most recent script version.

mambans commented 5 years ago

Thanks, that worked for me too!

Kayomani commented 5 years ago

Send a pull request xD

On 26 Aug 2019, 18:44, at 18:44, Mambans notifications@github.com wrote:

Thanks that worked for me too!

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/Kayomani/PlexExternalPlayer/issues/37#issuecomment-524956898

mambans commented 5 years ago

Just sent it.

Never done a pull request before, so hopes it works.