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 @@ + + + + + + {{ item.fallbackIcon || "📁" }} + + + + + {{ item.title }} + + {{ item.year }} + + + + + {{ item.rating }} + + + + {{ item.artist }} + {{ item.episodes }} episodes + {{ item.tracks }} tracks + + + + + + + + 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 @@
{{ item.title }}