mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
fix
This commit is contained in:
@ -141,7 +141,7 @@ export default {
|
|||||||
this.playlist.relatedStreams.forEach(element => {
|
this.playlist.relatedStreams.forEach(element => {
|
||||||
data += "https://piped.kavin.rocks" + element.url + "\n";
|
data += "https://piped.kavin.rocks" + element.url + "\n";
|
||||||
});
|
});
|
||||||
this.download(data, this.playlist.name + ".txt");
|
this.download(data, this.playlist.name + ".txt", "text/plain");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user