This commit is contained in:
jxxghp
2024-04-16 10:05:39 +08:00
parent 60606d5eb9
commit c5d4fc62e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.8.1-1", "version": "1.8.1-2",
"private": true, "private": true,
"bin": "dist/service.js", "bin": "dist/service.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -378,7 +378,7 @@ onMounted(fetchData)
<VIcon :icon="getIcon(item.type || '')" /> <VIcon :icon="getIcon(item.type || '')" />
</VAvatar> </VAvatar>
<div class="d-flex flex-column ms-1"> <div class="d-flex flex-column ms-1">
<span class="d-block text-high-emphasis"> <span class="d-block text-high-emphasis min-w-20">
{{ item?.title }} {{ item?.seasons }}{{ item?.episodes }} {{ item?.title }} {{ item?.seasons }}{{ item?.episodes }}
</span> </span>
<small>{{ item?.category }}</small> <small>{{ item?.category }}</small>