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 }}