mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix
This commit is contained in:
@@ -73,7 +73,7 @@ const getPercentage = (total: number, lack: number) => {
|
|||||||
</VCardText>
|
</VCardText>
|
||||||
|
|
||||||
<VProgressLinear
|
<VProgressLinear
|
||||||
v-if="props.media?.total_episode || 0 > 0"
|
v-if="props.media?.lack_episode || 0 > 0"
|
||||||
:model-value="
|
:model-value="
|
||||||
getPercentage(props.media?.total_episode || 0, props.media?.lack_episode || 0)
|
getPercentage(props.media?.total_episode || 0, props.media?.lack_episode || 0)
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user