Subscription management and bandwidth accounting

This commit is contained in:
2021-11-22 21:34:14 +01:00
parent 1c75f68812
commit 206dc5e906
10 changed files with 216 additions and 156 deletions

View File

@@ -437,7 +437,7 @@ const keyboard_event = evt => {
</FilePreview>
</div>
{#if current_file.show_ads && window.viewer_data.user_ads_enabled}
{#if current_file.show_ads}
<AdSkyscraper on:visibility={e => {skyscraper_visible = e.detail}}></AdSkyscraper>
{/if}