diff --git a/client/components/tables/podcast/DownloadQueueTable.vue b/client/components/tables/podcast/DownloadQueueTable.vue index 2dfe87f0b..4b9112298 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 f1fd6dc64..f70f840d3 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 }}