This commit is contained in:
jxxghp
2023-07-01 09:06:38 +08:00
parent 201e1ea842
commit 84b0ee63fa

View File

@@ -73,7 +73,7 @@ const getPercentage = (total: number, lack: number) => {
</VCardText>
<VProgressLinear
v-if="props.media?.total_episode || 0 > 0"
v-if="props.media?.lack_episode || 0 > 0"
:model-value="
getPercentage(props.media?.total_episode || 0, props.media?.lack_episode || 0)
"