@ -18958,7 +18958,7 @@ class PlayController {
url = plex.authorizeURL(url);
try {
const plexResponse = await axios({
method: 'post',
method: 'get',
url,
headers: {
'X-Plex-Target-Client-Identifier': machineID,
@ -168,7 +168,7 @@ class PlayController {