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(() => { />