@jjdenhertog/plex-music-search 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/index.js +11 -8
  2. 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: return [2 /*return*/, {
394
- id: id,
395
- artist: artist,
396
- album: album,
397
- title: title,
398
- queries: queries,
399
- result: searchResult
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");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjdenhertog/plex-music-search",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Library to find tracks in your Plex Library",
5
5
  "keywords": [
6
6
  "plex",