diff --git a/plugins/qbittorrent/index.py b/plugins/qbittorrent/index.py index 12f335e28..2b226d93e 100755 --- a/plugins/qbittorrent/index.py +++ b/plugins/qbittorrent/index.py @@ -110,7 +110,7 @@ def initDreplace(): def status(): data = public.execShell( - "ps -ef|grep qbittorrent-nox-bin | grep -v grep | awk '{print $2}'") + "ps -ef|grep dl_worker | grep -v grep | awk '{print $2}'") if data[0] == '': return 'stop' return 'start'