Skip to content

Commit

Permalink
more small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jul 8, 2024
1 parent c13b1b5 commit cd240a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/InfoHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ watch(
fanartImage.value =
getImageThumbForItem(compProps.item, ImageType.FANART) ||
getImageThumbForItem(compProps.item, ImageType.LANDSCAPE) ||
getImageThumbForItem(compProps.item, ImageType.THUMB) ||
imgGradient;
}
},
Expand Down
4 changes: 1 addition & 3 deletions src/components/ListviewItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
{{ item.track_number }}
</v-item>
<v-item
v-else-if="
showPosition && 'position' in item && item.position != null
"
v-else-if="showPosition && 'position' in item && item.position"
>
<v-icon style="margin-left: 5px" icon="mdi-music-circle-outline" />
{{ item.position }}
Expand Down

0 comments on commit cd240a9

Please sign in to comment.