mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 02:44:30 +08:00
* VLC_AddTarget had a new prototype
This commit is contained in:
parent
eb1818ef56
commit
712d1a84bc
@ -35,7 +35,7 @@ static PyObject *vlc_addTarget(PyObject *self, PyObject *args)
|
||||
|
||||
if (!PyArg_ParseTuple(args, "is", &iVlc, &file))
|
||||
return NULL;
|
||||
iRc = VLC_AddTarget(iVlc, file, PLAYLIST_APPEND, PLAYLIST_END);
|
||||
iRc = VLC_AddTarget(iVlc, file, 0, 0, PLAYLIST_APPEND, PLAYLIST_END);
|
||||
return Py_BuildValue("i", iRc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user