mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
feat(ux): remember time code when switching between audio/video mode
This commit is contained in:
parent
5963dba626
commit
bb48d17f81
@ -344,6 +344,7 @@ export default {
|
||||
toggleListenUrl(_this) {
|
||||
const url = new URL(window.location.href);
|
||||
url.searchParams.set("listen", _this.isListening ? "0" : "1");
|
||||
url.searchParams.set("t", Math.floor(this.currentTime));
|
||||
return url.pathname + url.search;
|
||||
},
|
||||
isEmbed(_this) {
|
||||
|
Loading…
Reference in New Issue
Block a user