From 99bff86dfe5ad0694c4286f4c09435f68efd6c1e Mon Sep 17 00:00:00 2001 From: hiimkobeand Date: Mon, 12 Aug 2024 11:19:03 +0200 Subject: [PATCH] refactor: make mark as watched consistent with other app elements --- src/components/VideoItem.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 474030a3..7b8a8960 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -127,7 +127,11 @@ ref="watchButton" @click="toggleWatched(item.url.substr(-11))" > - +