mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Reset skipped sponsors on page activation.
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user