Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
3d0d82f11a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/mpdf.conf.j2

+ 1
- 1
playbooks/mpdf.conf.j2 View File

@@ -24,7 +24,7 @@ database {
# playlist files not created by the server but only if they are in the MPD # playlist files not created by the server but only if they are in the MPD
# format. This setting defaults to playlist saving being disabled. # format. This setting defaults to playlist saving being disabled.
# #
playlist_directory jinja-filters.join{{ [path,item,playlist_directory]|join }}
playlist_directory {{ [path,item,playlist_directory]|join() }}
# #
# This setting sets the location of the MPD database. This file is used to # This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the # load the database at server start up and store the database while the


Loading…
Cancel
Save