mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Reset skipped sponsors on page activation.
This commit is contained in:
parent
01a63a57da
commit
6d6bedeebc
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ export default {
|
|||
},
|
||||
activated() {
|
||||
this.destroying = false;
|
||||
this.sponsors?.segments.forEach(segment => (segment.skipped = false));
|
||||
this.hotkeysPromise.then(() => {
|
||||
var self = this;
|
||||
this.$hotkeys(
|
||||
|
|
Loading…
Reference in a new issue