mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
Updated Plex.tv package template
This commit is contained in:
@@ -16,6 +16,4 @@ const config = new Configuration({
|
||||
|
||||
// new DevicesApi(config).getDevices().then((resp) => console.log(resp));
|
||||
|
||||
new PlexTvApi(config)
|
||||
.getUserDetails({ baseURL: "https://plex.tv/api/v2" })
|
||||
.then((resp) => console.log(resp));
|
||||
new PlexTvApi(config).getUserDetails().then((resp) => console.log(resp));
|
||||
|
||||
Reference in New Issue
Block a user