mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +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() {
|
||||
if (!this.playlists) return;
|
||||
let json = {
|
||||
format: "Piped",
|
||||
version: 1,
|
||||
playlists: [],
|
||||
};
|
||||
let playlistsSize = this.playlists.length;
|
||||
|
Loading…
Reference in New Issue
Block a user