diff --git a/admin/package.json b/admin/package.json index bd09f28b5..82b68b6de 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,6 +1,6 @@ { "name": "petio-admin", - "version": "0.5.4-alpha", + "version": "0.5.5-alpha", "private": true, "homepage": ".", "dependencies": { diff --git a/admin/src/page/Requests.js b/admin/src/page/Requests.js index 2ec717a5e..953b3cf49 100644 --- a/admin/src/page/Requests.js +++ b/admin/src/page/Requests.js @@ -350,11 +350,11 @@ class Requests extends React.Component { ? this.state[`edit_${type}`][server.uuid]?.path : false } - dataValue={ - this.state[`edit_${type}`][server.uuid]?.path - ? this.state[`edit_${type}`][server.uuid]?.path - : false - } + // dataValue={ + // this.state[`edit_${type}`][server.uuid]?.path + // ? this.state[`edit_${type}`][server.uuid]?.path + // : false + // } onChange={this.changeServerSettings} > diff --git a/api/package.json b/api/package.json index 6bade0e95..669a40e68 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "petio-rest", - "version": "0.5.4-alpha", + "version": "0.5.5-alpha", "description": "Rest Api for Petio", "main": "index.js", "scripts": { diff --git a/api/plex/libraryUpdate.js b/api/plex/libraryUpdate.js index 92a7a9e40..f1713f9e8 100644 --- a/api/plex/libraryUpdate.js +++ b/api/plex/libraryUpdate.js @@ -771,7 +771,7 @@ class LibraryUpdate { } async getFriends() { - let url = `https://plex.tv/pms/friends/all?X-Plex-Token=${this.config.plexToken}`; + let url = `https://plex.tv/api/users?X-Plex-Token=${this.config.plexToken}`; try { let res = await axios.get(url); let dataParse = JSON.parse( diff --git a/frontend/package.json b/frontend/package.json index dffecf119..3cbc22ce8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "petio", - "version": "0.5.4-alpha", + "version": "0.5.5-alpha", "private": true, "homepage": ".", "dependencies": { diff --git a/package.json b/package.json index bda28394b..d65dd1d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "petio", - "version": "0.5.4-alpha", + "version": "0.5.5-alpha", "description": "Request Platform for Plex", "main": "petio.js", "author": "",