mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-26 15:37:24 +00:00
add a format name and version number
This commit is contained in:
parent
d595e9d2c4
commit
166430770e
@ -130,6 +130,8 @@ export default {
|
|||||||
exportPlaylists() {
|
exportPlaylists() {
|
||||||
if (!this.playlists) return;
|
if (!this.playlists) return;
|
||||||
let json = {
|
let json = {
|
||||||
|
format: "Piped",
|
||||||
|
version: 1,
|
||||||
playlists: [],
|
playlists: [],
|
||||||
};
|
};
|
||||||
let playlistsSize = this.playlists.length;
|
let playlistsSize = this.playlists.length;
|
||||||
|
Loading…
Reference in New Issue
Block a user