diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue
index ae6b89f5..dd2cb843 100644
--- a/pages/item/_id/index.vue
+++ b/pages/item/_id/index.vue
@@ -18,19 +18,17 @@
{{ subtitle }}
- {{ series.text }},
+
+ {{ series.text }},
+
by {{ podcastAuthor }}
by
- {{ author.name }},
+
+ {{ author.name }},
+
@@ -88,21 +86,17 @@
Narrators
- {{ narrator }},
+ {{ narrator }},
Published
-
- {{ publishedYear }}
-
+ {{ publishedYear }}
Genres
- {{ genre }},
+ {{ genre }},
@@ -131,7 +125,7 @@
-
+
@@ -433,7 +427,9 @@ export default {
moreMenuAction(action) {
this.showMoreMenu = false
if (action === 'manageLocal') {
- this.$router.push(`/localMedia/item/${this.localLibraryItemId}`)
+ this.$nextTick(() => {
+ this.$router.push(`/localMedia/item/${this.localLibraryItemId}`)
+ })
} else if (action === 'details') {
this.showDetailsModal = true
} else if (action === 'playlist') {