make seekid actually work

git-svn-id: https://svn.musicpd.org/mpd/trunk@1460 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-06-13 13:03:37 +00:00
parent edbe24e2f7
commit 593cf2ac86

View File

@ -708,7 +708,7 @@ int handleSeekId(FILE * fp, unsigned int * permission, int argArrayLength,
"\"%s\" is not a integer", argArray[2]);
return -1;
}
return seekSongInPlaylist(fp, id, time);
return seekSongInPlaylistById(fp, id, time);
}
int handleListAllInfo(FILE * fp, unsigned int * permission, int argArrayLength,