diff --git a/src/components/plex/PlexLibraryItem.vue b/src/components/plex/PlexLibraryItem.vue new file mode 100644 index 0000000..0148472 --- /dev/null +++ b/src/components/plex/PlexLibraryItem.vue @@ -0,0 +1,157 @@ + + + + + diff --git a/src/components/plex/PlexLibraryModal.vue b/src/components/plex/PlexLibraryModal.vue index 07c118d..adf19a7 100644 --- a/src/components/plex/PlexLibraryModal.vue +++ b/src/components/plex/PlexLibraryModal.vue @@ -40,51 +40,13 @@

Recently Added

-
-
+ -
- - - {{ item.fallbackIcon }} - -
-
-
{{ item.title }}
-
- - {{ item.artist }} • - - {{ item.year }} - - • {{ item.episodes }} episodes - - • {{ item.tracks }} tracks -
-
-
- - - - {{ item.rating }} -
-
+ :item="item" + :show-extras="libraryType === 'music' || libraryType === 'shows'" + />
@@ -117,6 +79,7 @@