From f3a781d8577ce166ce66c589ca1b5dd37328a591 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 7 Apr 2024 08:28:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=87=8F=E5=B0=91=E6=97=A0?= =?UTF-8?q?=E6=95=88=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/components/cards/MediaCard.vue | 2 ++ src/components/cards/SiteCard.vue | 2 ++ src/components/cards/SubscribeCard.vue | 1 + src/components/filebrowser/List.vue | 3 +++ src/components/form/SubscribeEditForm.vue | 2 +- src/views/subscribe/SubscribeListView.vue | 1 + 7 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0ff6fa0..6751a76f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moviepilot", - "version": "1.7.9", + "version": "1.7.9-1", "private": true, "bin": "dist/service.js", "scripts": { @@ -110,4 +110,4 @@ "resolutions": { "postcss": "8" } -} +} \ No newline at end of file diff --git a/src/components/cards/MediaCard.vue b/src/components/cards/MediaCard.vue index 3edac162..09be7af0 100644 --- a/src/components/cards/MediaCard.vue +++ b/src/components/cards/MediaCard.vue @@ -507,6 +507,7 @@ function getYear(airDate: string) { { { /> { @@ -535,6 +536,7 @@ onMounted(() => { { diff --git a/src/components/form/SubscribeEditForm.vue b/src/components/form/SubscribeEditForm.vue index 875aca44..278fb8df 100644 --- a/src/components/form/SubscribeEditForm.vue +++ b/src/components/form/SubscribeEditForm.vue @@ -254,7 +254,7 @@ const effectOptions = ref([ }, ]) -watchEffect(() => { +onMounted(() => { getSiteList() if (props.subid) getSubscribeInfo() diff --git a/src/views/subscribe/SubscribeListView.vue b/src/views/subscribe/SubscribeListView.vue index 7fd49fb3..e7720714 100644 --- a/src/views/subscribe/SubscribeListView.vue +++ b/src/views/subscribe/SubscribeListView.vue @@ -104,6 +104,7 @@ const filteredDataList = computed(() => { />