mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-09 12:37:50 +00:00
getting current
This commit is contained in:
@@ -309,6 +309,7 @@ export class PlexAPIOAuth {
|
||||
plexMovieLibraries: plexMovieLibraries,
|
||||
plexTVShowLibraries: plexTVShowLibraries,
|
||||
};
|
||||
console.log(server);
|
||||
this.plexServers[this.plexServers.indexOf(server)] = server;
|
||||
return {
|
||||
plexLibraries: plexLibraries,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "plex-api-oauth",
|
||||
"version": "1.0.124",
|
||||
"version": "1.0.125",
|
||||
"description": "An NPM Module designed to make Plex Media Server and plex.tv API calls easier to implement in JavaScript and React projects",
|
||||
"main": "index.mjs",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user