We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9739b2 commit 9809a75Copy full SHA for 9809a75
src/components/TrackListItem.vue
@@ -42,7 +42,9 @@
42
:exclude="$parent.albumObject.artist.name"
43
prefix="-"
44
/></span>
45
- <span v-if="isAlbum && (track.mark & 1048576) === 1048576" class="explicit-symbol"
+ <span
46
+ v-if="isAlbum && (track.mark & 1048576) === 1048576"
47
+ class="explicit-symbol"
48
><ExplicitSymbol
49
50
</div>
src/views/album.vue
@@ -28,7 +28,9 @@
28
<span v-else>Compilation by Various Artists</span>
29
30
<div class="date-and-count">
31
- <span v-if="(album.mark & 1048576) === 1048576" class="explicit-symbol"
32
+ v-if="(album.mark & 1048576) === 1048576"
33
34
35
36
<span :title="album.publishTime | formatDate">{{
0 commit comments