@basmilius/apple-airplay 0.5.1 → 0.5.2

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/dist/index.js +5 -10
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2432,17 +2432,12 @@ function playbackQueueRequest(location, length, includeMetadata = true, includeL
2432
2432
  artworkHeight: 600,
2433
2433
  artworkWidth: 600,
2434
2434
  includeInfo: true,
2435
- includeLyrics: false,
2436
- includeSections: false,
2437
- includeAlignments: false,
2435
+ includeLyrics: true,
2436
+ includeSections: true,
2437
+ includeAlignments: true,
2438
2438
  includeAvailableArtworkFormats: true,
2439
- includeParticipants: false,
2440
- isLegacyNowPlayingInfoRequest: false,
2441
- returnContentItemAssetsInUserCompletion: true,
2442
- requestedAnimatedArtworkAssetURLFormats: [
2443
- "MRContentItemAnimatedArtworkFormatSquare",
2444
- "MRContentItemAnimatedArtworkFormatTall"
2445
- ]
2439
+ includeParticipants: true,
2440
+ isLegacyNowPlayingInfoRequest: false
2446
2441
  });
2447
2442
  setExtension(protocolMessage, playbackQueueRequestMessage, message);
2448
2443
  return [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basmilius/apple-airplay",
3
3
  "description": "Implementation of Apple's AirPlay2 in Node.js.",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -41,8 +41,8 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@basmilius/apple-common": "0.5.1",
45
- "@basmilius/apple-encoding": "0.5.1",
44
+ "@basmilius/apple-common": "0.5.2",
45
+ "@basmilius/apple-encoding": "0.5.2",
46
46
  "@bufbuild/protobuf": "^2.11.0"
47
47
  },
48
48
  "devDependencies": {