rmpc: Display albums only by name
While at it, also format to match alignment for our OCD requirements.
This commit is contained in:
parent
2f37f49b65
commit
9d7dd34877
1 changed files with 59 additions and 57 deletions
|
@ -2,8 +2,6 @@
|
|||
#![enable(unwrap_newtypes)]
|
||||
#![enable(unwrap_variant_newtypes)]
|
||||
(
|
||||
address: "127.0.0.1:6600",
|
||||
password: None,
|
||||
theme : None,
|
||||
cache_dir : None,
|
||||
on_song_change : None,
|
||||
|
@ -16,6 +14,10 @@
|
|||
album_art: (
|
||||
method: None,
|
||||
),
|
||||
artists: (
|
||||
album_display_mode : NameOnly,
|
||||
album_sort_by : Date,
|
||||
),
|
||||
keybinds: (
|
||||
global: {
|
||||
":" : CommandMode,
|
||||
|
|
Loading…
Reference in a new issue