Commit 593cf2ac authored by Warren Dukes's avatar Warren Dukes

make seekid actually work

git-svn-id: https://svn.musicpd.org/mpd/trunk@1460 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent edbe24e2
...@@ -708,7 +708,7 @@ int handleSeekId(FILE * fp, unsigned int * permission, int argArrayLength, ...@@ -708,7 +708,7 @@ int handleSeekId(FILE * fp, unsigned int * permission, int argArrayLength,
"\"%s\" is not a integer", argArray[2]); "\"%s\" is not a integer", argArray[2]);
return -1; return -1;
} }
return seekSongInPlaylist(fp, id, time); return seekSongInPlaylistById(fp, id, time);
} }
int handleListAllInfo(FILE * fp, unsigned int * permission, int argArrayLength, int handleListAllInfo(FILE * fp, unsigned int * permission, int argArrayLength,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment