mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-12-13 19:48:17 +00:00
Add option to disable sponsorblock.
This commit is contained in:
@@ -295,14 +295,9 @@ export default {
|
||||
});
|
||||
},
|
||||
async getSponsors() {
|
||||
this.fetchSponsors().then(data => (this.sponsors = data));
|
||||
if (!localStorage || localStorage.getItem("sponsorblock") !== false)
|
||||
this.fetchSponsors().then(data => (this.sponsors = data));
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.vjs-current-time {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user