make seekid actually work
git-svn-id: https://svn.musicpd.org/mpd/trunk@1460 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
edbe24e2f7
commit
593cf2ac86
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user