rmpc: Display albums only by name

While at it, also format to match alignment for our OCD
requirements.
This commit is contained in:
Sanchayan Maity 2024-12-25 13:45:23 +05:30
parent 2f37f49b65
commit 9d7dd34877
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -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,