style: Reformat with Prettier (#2296)

This commit is contained in:
CuSO4Deposit 2024-11-01 06:20:55 +00:00 committed by GitHub
parent c9739b2d0e
commit 9809a758b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -42,7 +42,9 @@
:exclude="$parent.albumObject.artist.name" :exclude="$parent.albumObject.artist.name"
prefix="-" prefix="-"
/></span> /></span>
<span v-if="isAlbum && (track.mark & 1048576) === 1048576" class="explicit-symbol" <span
v-if="isAlbum && (track.mark & 1048576) === 1048576"
class="explicit-symbol"
><ExplicitSymbol ><ExplicitSymbol
/></span> /></span>
</div> </div>

View File

@ -28,7 +28,9 @@
<span v-else>Compilation by Various Artists</span> <span v-else>Compilation by Various Artists</span>
</div> </div>
<div class="date-and-count"> <div class="date-and-count">
<span v-if="(album.mark & 1048576) === 1048576" class="explicit-symbol" <span
v-if="(album.mark & 1048576) === 1048576"
class="explicit-symbol"
><ExplicitSymbol ><ExplicitSymbol
/></span> /></span>
<span :title="album.publishTime | formatDate">{{ <span :title="album.publishTime | formatDate">{{