Add channel skip profiles

This commit is contained in:
Ajay
2025-09-09 03:34:28 -04:00
parent 13f9914711
commit 40eabe6b18
24 changed files with 1417 additions and 525 deletions

View File

@@ -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,