mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-26 16:46:32 +00:00
Reset skipped sponsors on page activation.
This commit is contained in:
parent
01a63a57da
commit
6d6bedeebc
@ -80,6 +80,7 @@ export default {
|
|||||||
},
|
},
|
||||||
activated() {
|
activated() {
|
||||||
this.destroying = false;
|
this.destroying = false;
|
||||||
|
this.sponsors?.segments.forEach(segment => (segment.skipped = false));
|
||||||
this.hotkeysPromise.then(() => {
|
this.hotkeysPromise.then(() => {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.$hotkeys(
|
this.$hotkeys(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user