mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-28 05:49:18 -05:00
[web] Lint source code
This commit is contained in:
parent
581544207b
commit
aa5ae7993a
@ -27,8 +27,7 @@
|
||||
v-for="album in albums"
|
||||
:key="album.id"
|
||||
:item="album"
|
||||
>
|
||||
</list-item-album-spotify>
|
||||
/>
|
||||
<VueEternalLoading v-if="offset < total" :load="load_next">
|
||||
<template #loading>
|
||||
<div class="columns is-centered">
|
||||
|
@ -11,8 +11,7 @@
|
||||
v-for="album in new_releases"
|
||||
:key="album.id"
|
||||
:item="album"
|
||||
>
|
||||
</list-item-album-spotify>
|
||||
/>
|
||||
</template>
|
||||
<template #footer>
|
||||
<nav class="level">
|
||||
@ -39,8 +38,7 @@
|
||||
v-for="playlist in featured_playlists"
|
||||
:key="playlist.id"
|
||||
:item="playlist"
|
||||
>
|
||||
</list-item-playlist-spotify>
|
||||
/>
|
||||
</template>
|
||||
<template #footer>
|
||||
<nav class="level">
|
||||
|
@ -13,8 +13,7 @@
|
||||
v-for="playlist in featured_playlists"
|
||||
:key="playlist.id"
|
||||
:item="playlist"
|
||||
>
|
||||
</list-item-playlist-spotify>
|
||||
/>
|
||||
</template>
|
||||
</content-with-heading>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user