diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-24 14:27:56 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-24 14:27:56 +0200 |
| commit | b3e90ac3008d1e34099863e351c62dd748109d17 (patch) | |
| tree | 2e3f13390fa23970b635ded33980b1232ac6891d /home/dot_config/mpd | |
| parent | 412ebcb649cf5ae0b75755c043ff81c80e0db63d (diff) | |
Diffstat (limited to 'home/dot_config/mpd')
| -rw-r--r-- | home/dot_config/mpd/mpd.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_config/mpd/mpd.conf.tmpl b/home/dot_config/mpd/mpd.conf.tmpl index bf0cf3d..141a565 100644 --- a/home/dot_config/mpd/mpd.conf.tmpl +++ b/home/dot_config/mpd/mpd.conf.tmpl @@ -9,7 +9,7 @@ {{- $music_directory = . -}} {{- end -}} -{{- $playlist_directory := "{{ $base_dir }}/playlists" }} +{{- $playlist_directory := printf "%s/playlists" $base_dir }} {{- with (dig "mpd" "playlist_dir" nil .) -}} {{- $playlist_directory = . -}} {{- end -}} |