mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-08 21:38:25 +00:00
Update filename style on episode row
This commit is contained in:
parent
b6349fb3a7
commit
8aedd1cd95
1 changed files with 3 additions and 2 deletions
|
|
@ -17,8 +17,9 @@
|
|||
|
||||
<p class="text-sm text-fg episode-subtitle mt-1.5 mb-0.5" v-html="subtitle" />
|
||||
|
||||
<p v-if="sortKey === 'audioFile.metadata.filename'" class="text-xs text-fg-muted truncate mt-1 mb-0.5">
|
||||
<span class="uppercase">{{ $getString('LabelFilename') }}</span>: <span class="font-mono">{{ episode.audioFile.metadata.filename }}</span>
|
||||
<p v-if="sortKey === 'audioFile.metadata.filename'" class="text-xs text-fg-muted truncate mt-2 mb-0.5">
|
||||
<span class="font-semibold">{{ $getString('LabelFilename') }}</span
|
||||
>: <span class="font-light">{{ episode.audioFile.metadata.filename }}</span>
|
||||
</p>
|
||||
|
||||
<div v-if="episodeNumber || season || episodeType" class="flex py-2 items-center -mx-0.5">
|
||||
|
|
|
|||
Loading…
Reference in a new issue