disable lsd for now
This commit is contained in:
parent
1163096a70
commit
4ff0a04608
|
@ -1642,13 +1642,13 @@ static PyObject *torrent_use_lsd(PyObject *self, PyObject *args)
|
|||
python_long action;
|
||||
PyArg_ParseTuple(args, "i", &action);
|
||||
|
||||
if (action){
|
||||
/* if (action){
|
||||
M_ses->start_lsd();
|
||||
}
|
||||
else{
|
||||
M_ses->stop_lsd();
|
||||
}
|
||||
|
||||
*/
|
||||
Py_INCREF(Py_None); return Py_None;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue