Skip to content

Commit

Permalink
Fix shazam icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Jan 30, 2024
1 parent e1ebe6d commit f69f823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/AutotaggerStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<span v-for='(i, index) in item'>
<span v-if='$1t.taggerStatus.value.type != "audioFeatures"' class='selectable text-white'>{{platformText(i.platform)}}</span>
<span v-if='$1t.taggerStatus.value.type == "audioFeatures"' class='selectable text-white'>AUDIO FEATURES</span>
<img width='16' height='16' class='q-ml-sm' style='margin-bottom: -3px;' v-if='i.usedShazam' svg-inline src='../assets/shazam_icon.svg' />
<img width='16' height='16' class='q-ml-sm' style='margin-bottom: -3px;' v-if='i.status.usedShazam' svg-inline src='../assets/shazam_icon.svg' />
<q-icon size='xs' class='q-ml-sm q-mb-xs' :name='statusIcon(i.status.status)' :color='statusColor(i.status.status)'>
<q-tooltip v-if='i.status.message'>
{{i.status.message}}
Expand Down

0 comments on commit f69f823

Please sign in to comment.