playlist-data-engine 1.4.2 → 1.4.3
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.
|
@@ -35676,6 +35676,7 @@ class C0 {
|
|
|
35676
35676
|
playlist_type: e.playlist_type,
|
|
35677
35677
|
original_playlist_tx_id: e.original_playlist_tx_id,
|
|
35678
35678
|
playlist_artist: e.playlist_artist,
|
|
35679
|
+
platform: e.platform,
|
|
35679
35680
|
tracks: u
|
|
35680
35681
|
};
|
|
35681
35682
|
}
|
package/package.json
CHANGED