diff --git a/src/components/PlaylistsPage.vue b/src/components/PlaylistsPage.vue index e00da943..dfc5ae02 100644 --- a/src/components/PlaylistsPage.vue +++ b/src/components/PlaylistsPage.vue @@ -130,6 +130,8 @@ export default { exportPlaylists() { if (!this.playlists) return; let json = { + format: "Piped", + version: 1, playlists: [], }; let playlistsSize = this.playlists.length;