Display artist in albums (optional, default disabled)

This commit is contained in:
localhost_frssoft 2022-11-14 23:05:19 +03:00
parent 5a61354112
commit d5e8342da6
2 changed files with 10 additions and 3 deletions

View file

@ -39,7 +39,8 @@ default_conf = {
"shitnoise.monster"
],
'prefetch_playlist': True,
'show_like_button': True
'show_like_button': True,
'show_artist_name_in_albums': False
}