This commit is contained in:
jxxghp
2024-02-23 10:45:21 +08:00
parent af69efa48b
commit 6e6be057ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "1.6.5-1", "version": "1.6.7",
"private": true, "private": true,
"bin": "dist/service.js", "bin": "dist/service.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -357,7 +357,7 @@ const dropdownItems = ref([
<VIcon :icon="getIcon(item.value.type || '')" /> <VIcon :icon="getIcon(item.value.type || '')" />
</VAvatar> </VAvatar>
<div class="d-flex flex-column ms-1"> <div class="d-flex flex-column ms-1">
<span class="d-block whitespace-nowrap text-high-emphasis"> <span class="d-block text-high-emphasis">
{{ item.value.title }} {{ item.value.seasons }}{{ item.value.episodes }} {{ item.value.title }} {{ item.value.seasons }}{{ item.value.episodes }}
</span> </span>
<small>{{ item.value.category }}</small> <small>{{ item.value.category }}</small>