mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-01 22:29:20 +03:00
Add channel skip profiles
This commit is contained in:
@@ -121,7 +121,7 @@ export class CategoryPill {
|
||||
async setSegment(segment: SponsorTime): Promise<void> {
|
||||
await waitFor(() => this.ref.current);
|
||||
|
||||
if (this.ref.current?.state?.segment !== segment) {
|
||||
if (this.ref.current?.state?.segment !== segment || !this.ref.current?.state?.show) {
|
||||
const newState = {
|
||||
segment,
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user