diff --git a/materialious/src/lib/Player.svelte b/materialious/src/lib/Player.svelte index 985e2c4e..c819ee80 100644 --- a/materialious/src/lib/Player.svelte +++ b/materialious/src/lib/Player.svelte @@ -23,6 +23,7 @@ playerProxyVideosStore, playerSavePlaybackPositionStore, sponsorBlockCategoriesStore, + sponsorBlockDisplayToastStore, sponsorBlockStore, sponsorBlockUrlStore, synciousStore @@ -295,7 +296,7 @@ {/if} -{#if !isEmbed} +{#if !isEmbed && !$sponsorBlockDisplayToastStore}