This commit is contained in:
Bnyro 2022-08-02 10:16:18 +02:00
parent 5b7f99c9e0
commit 285a671015
1 changed files with 1 additions and 1 deletions

View File

@ -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");
},
},
};