mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix
This commit is contained in:
parent
5b7f99c9e0
commit
285a671015
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue