mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Reset skipped sponsors on page activation.
This commit is contained in:
parent
01a63a57da
commit
6d6bedeebc
@ -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 New Issue
Block a user