diff --git a/src/components/PlaylistPage.vue b/src/components/PlaylistPage.vue index 7c320ffe..94543989 100644 --- a/src/components/PlaylistPage.vue +++ b/src/components/PlaylistPage.vue @@ -141,7 +141,7 @@ export default { this.playlist.relatedStreams.forEach(element => { data += "https://piped.kavin.rocks" + element.url + "\n"; }); - this.download(data, this.playlist.name + ".txt"); + this.download(data, this.playlist.name + ".txt", "text/plain"); }, }, };