@jjdenhertog/plex-music-search 1.0.9 → 1.0.11
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 +11 -8
- package/package.json +1 -1
package/index.js
CHANGED
@@ -294,6 +294,7 @@ var PlexMusicSearch = /** @class */ (function () {
|
|
294
294
|
return [3 /*break*/, 5];
|
295
295
|
case 4:
|
296
296
|
_e_2 = _a.sent();
|
297
|
+
console.log(_e_2);
|
297
298
|
return [3 /*break*/, 5];
|
298
299
|
case 5:
|
299
300
|
j++;
|
@@ -390,14 +391,16 @@ var PlexMusicSearch = /** @class */ (function () {
|
|
390
391
|
case 7:
|
391
392
|
searchApproachIndex++;
|
392
393
|
return [3 /*break*/, 2];
|
393
|
-
case 8:
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
394
|
+
case 8:
|
395
|
+
console.log("queries:", queries);
|
396
|
+
return [2 /*return*/, {
|
397
|
+
id: id,
|
398
|
+
artist: artist,
|
399
|
+
album: album,
|
400
|
+
title: title,
|
401
|
+
queries: queries,
|
402
|
+
result: searchResult
|
403
|
+
}];
|
401
404
|
case 9:
|
402
405
|
_e_3 = _b.sent();
|
403
406
|
throw new Error("Something went wrong while searching");
|