mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +00:00
ET Episode export hotfix ;)
This commit is contained in:
parent
99fb6d9843
commit
bbf5001b42
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "webtools-ng",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "webtools-ng",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"hasInstallScript": true,
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
|
|
|
@ -67,7 +67,7 @@ const et = new class ET {
|
|||
postURI = `/all?X-Plex-Container-Start=${idx}&X-Plex-Container-Size=${step}`;
|
||||
if (libType == 'episode')
|
||||
{
|
||||
postURI += '&type' + et.typeEpisode;
|
||||
postURI += '&type=' + et.typeEpisode;
|
||||
postURI += '&' + this.uriParams;
|
||||
log.info(`Calling url ${baseURL + element + postURI}`)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue