[web] Fixup whitespace

This commit is contained in:
ejurgensen 2023-03-06 17:04:57 +01:00
parent cb3614263c
commit 4954a98737
5 changed files with 3 additions and 7 deletions

View File

@ -28,7 +28,7 @@
static struct settings_option webinterface_options[] =
{
{ "show_composer_now_playing", SETTINGS_TYPE_BOOL },
{ "show_filepath_now_playing", SETTINGS_TYPE_BOOL, { true} },
{ "show_filepath_now_playing", SETTINGS_TYPE_BOOL, { true } },
{ "show_composer_for_genre", SETTINGS_TYPE_STR },
{ "show_cover_artwork_in_album_lists", SETTINGS_TYPE_BOOL, { true } },
{ "show_menu_item_playlists", SETTINGS_TYPE_BOOL, { true } },

View File

@ -463,7 +463,6 @@
"show-composer": "Komponisten anzeigen",
"show-coverart": "Zeige Cover-Artwork in der Albumliste",
"show-path": "Dateipfad auf der \"Aktuell läuft\"-Seite anzeigen"
},
"services": {
"lastfm": {

View File

@ -461,7 +461,6 @@
"show-composer": "Show composer",
"show-coverart": "Show cover artwork in album list",
"show-path": "Show Filepath on the \"Now playing\" page"
},
"services": {
"lastfm": {

View File

@ -142,13 +142,12 @@ export default {
return this.$store.getters.settings_option_show_filepath_now_playing
},
filepath(){
filepath() {
if (this.settings_option_show_filepath_now_playing) {
return this.now_playing.path
}
return null
}
}
},

View File

@ -144,7 +144,6 @@
/>
</template>
</settings-textfield>
<br>
<settings-checkbox
category_name="webinterface"
option_name="show_filepath_now_playing"