mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 14:04:26 +02:00
Add VOD check for auto whitelist sub channel feature
This commit is contained in:
parent
ebe2f76794
commit
66d3ef30b1
@ -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