diff --git a/client/components/app/BookShelfCategorized.vue b/client/components/app/BookShelfCategorized.vue index 32d3d085..e5527eb0 100644 --- a/client/components/app/BookShelfCategorized.vue +++ b/client/components/app/BookShelfCategorized.vue @@ -8,7 +8,7 @@
Audiobookshelf is empty!
+Library is empty!
Audiobookshelf is empty!
+Library is empty!
Collections
@@ -39,7 +39,7 @@Search
@@ -92,7 +92,7 @@ export default { return this.$store.getters['libraries/getCurrentLibraryMediaType'] }, isPodcastLibrary() { - return this.currentLibraryMediaType === 'podcasts' + return this.currentLibraryMediaType === 'podcast' }, isPodcastSearchPage() { return this.$route.name === 'library-library-podcast-search' diff --git a/client/components/modals/podcast/NewModal.vue b/client/components/modals/podcast/NewModal.vue new file mode 100644 index 00000000..4fd6a951 --- /dev/null +++ b/client/components/modals/podcast/NewModal.vue @@ -0,0 +1,177 @@ + +{{ title }}
+Details
+Episodes
+#{{ episode.episode }}
+{{ episode.title }}
+Published {{ episode.pubDate || 'Unknown' }}
+ +