mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
Add VOD check for auto whitelist sub channel feature
This commit is contained in:
parent
225bad4b7e
commit
3cb09f29fc
@ -270,6 +270,7 @@ export function getFetch(pageState: PageState): typeof fetch {
|
||||
const channelName = findChannelFromUsherUrl(url);
|
||||
if (
|
||||
pageState.state?.whitelistChannelSubscriptions &&
|
||||
isLivestream &&
|
||||
channelName != null
|
||||
) {
|
||||
const wasSubscribed = wasChannelSubscriber(channelName, pageState);
|
||||
|
Loading…
x
Reference in New Issue
Block a user