Add VOD check for auto whitelist sub channel feature

This commit is contained in:
Younes Aassila 2025-02-01 18:52:29 +01:00
parent ebe2f76794
commit 66d3ef30b1
No known key found for this signature in database

View File

@ -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);