From 022bf9d0efd0ba76a875795774db0947dc491c14 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 5 Mar 2023 10:35:34 -0600 Subject: [PATCH] Show current episode download on init and download queue page updates --- .../tables/podcast/DownloadQueueTable.vue | 11 ++--- .../components/widgets/NotificationWidget.vue | 4 +- client/pages/item/_id/index.vue | 7 ++- .../_library/podcast/download-queue.vue | 43 +++++++++++-------- .../pages/library/_library/podcast/latest.vue | 8 +++- server/controllers/LibraryController.js | 8 ++-- server/controllers/LibraryItemController.js | 7 ++- server/managers/PodcastManager.js | 42 ++++++++---------- server/objects/PodcastEpisodeDownload.js | 16 +++---- server/routers/ApiRouter.js | 2 +- 10 files changed, 74 insertions(+), 74 deletions(-) diff --git a/client/components/tables/podcast/DownloadQueueTable.vue b/client/components/tables/podcast/DownloadQueueTable.vue index 2dfe87f0..4b911229 100644 --- a/client/components/tables/podcast/DownloadQueueTable.vue +++ b/client/components/tables/podcast/DownloadQueueTable.vue @@ -10,7 +10,7 @@
- + @@ -58,11 +58,8 @@ export default { data() { return {} }, - computed: { - }, - methods: { - }, - mounted() { - } + computed: {}, + methods: {}, + mounted() {} } diff --git a/client/components/widgets/NotificationWidget.vue b/client/components/widgets/NotificationWidget.vue index f1fd6dc6..f70f840d 100644 --- a/client/components/widgets/NotificationWidget.vue +++ b/client/components/widgets/NotificationWidget.vue @@ -14,8 +14,8 @@
{{ $strings.LabelPodcast }}{{ $strings.LabelPodcast }} {{ $strings.LabelEpisode }} {{ $strings.LabelEpisodeTitle }} {{ $strings.LabelPubDate }}