@jjdenhertog/plex-music-search 1.0.19 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -203,7 +203,6 @@ var PlexMusicSearch = /** @class */ (function () {
|
|
203
203
|
case 4: return [3 /*break*/, 6];
|
204
204
|
case 5:
|
205
205
|
_e_1 = _b.sent();
|
206
|
-
console.log(_e_1);
|
207
206
|
return [3 /*break*/, 6];
|
208
207
|
case 6: return [2 /*return*/];
|
209
208
|
}
|
@@ -390,7 +389,7 @@ var PlexMusicSearch = /** @class */ (function () {
|
|
390
389
|
case 7: return [3 /*break*/, 9];
|
391
390
|
case 8:
|
392
391
|
_e_3 = _b.sent();
|
393
|
-
|
392
|
+
return [3 /*break*/, 9];
|
394
393
|
case 9:
|
395
394
|
searchApproachIndex++;
|
396
395
|
return [3 /*break*/, 1];
|