mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-05-07 09:54:31 +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);
|
const channelName = findChannelFromUsherUrl(url);
|
||||||
if (
|
if (
|
||||||
pageState.state?.whitelistChannelSubscriptions &&
|
pageState.state?.whitelistChannelSubscriptions &&
|
||||||
|
isLivestream &&
|
||||||
channelName != null
|
channelName != null
|
||||||
) {
|
) {
|
||||||
const wasSubscribed = wasChannelSubscriber(channelName, pageState);
|
const wasSubscribed = wasChannelSubscriber(channelName, pageState);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user