Skip to content

Commit 325ec03

Browse files
Evil-CrabInrixia
authored andcommitted
updated matching rule for the WAN Show channel
1 parent 4d3bd94 commit 325ec03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const defaultSubChannels: Record<string, Channels> = {
1616
{
1717
title: "The WAN Show",
1818
skip: false,
19-
isChannel: "(post) => post.title?.toLowerCase().includes('wan show')",
19+
isChannel: "(post) => isChannel(post, '63fe42c309e691e4e36de93d') && post.title?.toLowerCase().includes('- wan show')",
2020
},
2121
{
2222
title: "LMG Livestream VODs",

0 commit comments

Comments
 (0)