mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-02 06:10:33 +08:00
fix browser
This commit is contained in:
@@ -43,7 +43,7 @@ const getChipColor = (type: string) => {
|
||||
<VChip
|
||||
variant="elevated"
|
||||
size="small"
|
||||
:class="getChipColor(props.media?.type||'')"
|
||||
:class="getChipColor('')"
|
||||
class="absolute right-2 top-2 bg-opacity-80 shadow-md text-white font-bold">
|
||||
{{ props.media?.vote_average }}
|
||||
</VChip>
|
||||
|
||||
Reference in New Issue
Block a user