style: automatic eslint fix

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2024-09-09 14:34:08 +02:00
parent 3c592fd667
commit ef55e263f5
No known key found for this signature in database
GPG Key ID: 82FD36644F1F4D3B
4 changed files with 5 additions and 6 deletions

View File

@ -115,9 +115,9 @@ const cardSubtitle = computed(() => {
case BaseItemKind.Episode: {
return !isNil(item.ParentIndexNumber) && !isNil(item.IndexNumber) && !isNil(item.Name)
? `${t('seasonEpisodeAbbrev', {
seasonNumber: item.ParentIndexNumber,
episodeNumber: item.IndexNumber
})} - ${item.Name}`
seasonNumber: item.ParentIndexNumber,
episodeNumber: item.IndexNumber
})} - ${item.Name}`
: undefined;
}
case BaseItemKind.MusicAlbum: {

View File

@ -190,7 +190,6 @@ watch(mediaElementRef, async () => {
hls.on(Events.ERROR, onHlsEror);
}
console.log('attach called');
await attachWebAudio(mediaElementRef.value);
}
});

View File

@ -14,7 +14,7 @@
rounded
:size="128" />
</VBtn>
<a class="text-subtitle-1 text-center link mt-2">
<a class="text-center link text-subtitle-1 mt-2">
{{ user.Name }}
</a>
</div>

View File

@ -34,7 +34,7 @@
</RouterLink>
</h3>
<div
class="text-h4 font-weight-medium text-caption mt-2"
class="text-h4 font-weight-medium mt-2 text-caption"
:class="{ 'text-center': !$vuetify.display.mdAndUp }">
<MediaInfo
:item="item"