mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-04 04:01:26 +00:00
Merge pull request #43 from jellyfin/fix/libraryToItemDetails
fix(library view cards): Fix going from library to item details
This commit is contained in:
commit
604f1e79cd
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-card>
|
||||
<v-card :to="`../item/${item.Id}`">
|
||||
<v-img class="cardImage" :src="imageLink(item.Id)" />
|
||||
<v-card-title>
|
||||
<span>{{ item.Name }}</span>
|
||||
|
@ -7,7 +7,6 @@
|
||||
<card
|
||||
v-for="item in items"
|
||||
:key="item.Id"
|
||||
:to="`../item/${item.Id}`"
|
||||
class="card mt-5"
|
||||
:item="item"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user