From a3607a81189b27429557c332284ea84ce56e2775 Mon Sep 17 00:00:00 2001 From: Artem Nikolenko Date: Thu, 9 Oct 2025 17:25:12 +0200 Subject: [PATCH] updated matching rule for the WAN Show channel --- src/lib/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/defaults.ts b/src/lib/defaults.ts index a5b75d7..8505a99 100644 --- a/src/lib/defaults.ts +++ b/src/lib/defaults.ts @@ -16,7 +16,7 @@ export const defaultSubChannels: Record = { { title: "The WAN Show", skip: false, - isChannel: "(post) => post.title?.toLowerCase().includes('wan show')", + isChannel: "(post) => isChannel(post, '63fe42c309e691e4e36de93d') && post.title?.toLowerCase().includes('- wan show')", }, { title: "LMG Livestream VODs",