aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/List/Manga/MangaListTemplate.svelte3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte
index 53d33f41..0cec40e9 100644
--- a/src/lib/List/Manga/MangaListTemplate.svelte
+++ b/src/lib/List/Manga/MangaListTemplate.svelte
@@ -173,6 +173,7 @@
{#if !authorised}
<ListTitle count={0} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();
@@ -207,6 +208,7 @@
{#if !authorised}
<ListTitle count={0} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();
@@ -240,6 +242,7 @@
{#if !authorised}
<ListTitle count={cleanedMedia.length} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();