oops, forgot the parse the state_file as a path
git-svn-id: https://svn.musicpd.org/mpd/trunk@2383 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
d79f3110b5
commit
94ee53178d
@ -179,7 +179,7 @@ void initPlaylist() {
|
||||
|
||||
srand(time(NULL));
|
||||
|
||||
playlist_stateFile = getConfigParamValue(CONF_STATE_FILE);
|
||||
playlist_stateFile = parseConfigFilePath(CONF_STATE_FILE, 0);
|
||||
|
||||
for(i=0; i<playlist_max_length*PLAYLIST_HASH_MULT; i++) {
|
||||
playlist.idToPosition[i] = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user