mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
add a format name and version number
This commit is contained in:
parent
d595e9d2c4
commit
166430770e
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ export default {
|
|||
exportPlaylists() {
|
||||
if (!this.playlists) return;
|
||||
let json = {
|
||||
format: "Piped",
|
||||
version: 1,
|
||||
playlists: [],
|
||||
};
|
||||
let playlistsSize = this.playlists.length;
|
||||
|
|
Loading…
Reference in a new issue