Mike Kelly
Mike Kelly
Good question! No, I had not tried this patch; the UI didn't look substantially different, so I assumed it was just a URL change. I can confirm it doesn't work,...
That patch still doesn't seem to quite do it, so I wonder if it's not listening for events in the same way as before... I'll dive deeper later.
Looks like you make some similar changes to what I did in a recent release; unfortunately my Plex server is acting up at the moment... were you able to get...
I'll try to dive into this deeper this week. I wonder if they aren't listening to clicks on the button, but may be looking for clicks on some child element...
Made another attempt at this via the JS console the other day, w/o any more success. I tried: * sending synthetic `KeyboardEvent`s: looks like they're looking for the deprecated [`which`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/which)...
That's not really how IPv6 or Docker work, in my experience. The TCP/IP Client, your HTTP client, specifies if the outbound connection should be IPv4 or v6 only, or if...