ok, now song->url is only the filename, not the full path to the song

git-svn-id: https://svn.musicpd.org/mpd/trunk@2602 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-11-11 02:59:16 +00:00
parent 4ec3df0339
commit d6a87f538d
13 changed files with 57 additions and 37 deletions

View File

@@ -75,7 +75,7 @@ void initPermissions() {
unsigned int * permission;
ConfigParam * param;
permission_passwords = makeList(free);
permission_passwords = makeList(free, 1);
permission_default = PERMISSION_READ | PERMISSION_ADD |
PERMISSION_CONTROL | PERMISSION_ADMIN;