Add subscriptions/manage to blockedPages

This commit is contained in:
WardPearce
2024-07-02 19:43:24 +12:00
parent f179aebcd1
commit 86add687f1
+1 -1
View File
@@ -15,7 +15,7 @@
const events = data as PlayerEvents;
const currentUrl = get(page).url;
const blockedPages = ['subscriptions', 'playlists', 'history'];
const blockedPages = ['subscriptions', 'playlists', 'history', 'subscriptions/manage'];
events.events.forEach((event) => {
if (event.type === 'change-video' && event.videoId) {