mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Order of attributes
This commit is contained in:
@@ -94,8 +94,8 @@
|
|||||||
<span class="pl-5" v-text="$t('navigation.genres')" />
|
<span class="pl-5" v-text="$t('navigation.genres')" />
|
||||||
</control-link>
|
</control-link>
|
||||||
<control-link
|
<control-link
|
||||||
class="dropdown-item"
|
|
||||||
v-if="spotify_enabled"
|
v-if="spotify_enabled"
|
||||||
|
class="dropdown-item"
|
||||||
:to="{ name: 'music-spotify' }"
|
:to="{ name: 'music-spotify' }"
|
||||||
>
|
>
|
||||||
<span class="pl-5" v-text="$t('navigation.spotify')" />
|
<span class="pl-5" v-text="$t('navigation.spotify')" />
|
||||||
|
|||||||
Reference in New Issue
Block a user