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