ET Episode export hotfix ;)

This commit is contained in:
UKDTOM 2021-03-04 00:46:39 +01:00
parent 99fb6d9843
commit bbf5001b42
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -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": {

View file

@ -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}`)
}