MCPcopy Create free account
hub / github.com/DialmasterOrg/Youtarr / getLibraries

Method getLibraries

server/modules/plexModule.js:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 async getLibraries() {
110 const config = configModule.getConfig();
111 return this.getLibrariesWithParams(config.plexIP, config.plexApiKey, config.plexPort, config.plexViaHttps);
112 }
113
114 async getLibrariesWithParams(plexIP, plexApiKey, plexPort, plexViaHttps) {
115 try {

Callers 2

plexModule.test.jsFile · 0.80
plex.jsFile · 0.80

Calls 2

getConfigMethod · 0.80

Tested by

no test coverage detected