disable lsd
This commit is contained in:
parent
f5f7f04e1e
commit
77f6be5aac
@ -1642,13 +1642,13 @@ static PyObject *torrent_use_lsd(PyObject *self, PyObject *args)
|
|||||||
python_long action;
|
python_long action;
|
||||||
PyArg_ParseTuple(args, "i", &action);
|
PyArg_ParseTuple(args, "i", &action);
|
||||||
|
|
||||||
if (action){
|
/* if (action){
|
||||||
M_ses->start_lsd();
|
M_ses->start_lsd();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
M_ses->stop_lsd();
|
M_ses->stop_lsd();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
Py_INCREF(Py_None); return Py_None;
|
Py_INCREF(Py_None); return Py_None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user