From f82c66a6bd9f51a0e5260a6a56cc2bc4574b5176 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 3 Apr 2019 00:46:40 +0800 Subject: [PATCH] Update qbittorrent.conf --- plugins/sphinx/tpl/qbittorrent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sphinx/tpl/qbittorrent.conf b/plugins/sphinx/tpl/qbittorrent.conf index 2fb0bd9d1..46f61331d 100755 --- a/plugins/sphinx/tpl/qbittorrent.conf +++ b/plugins/sphinx/tpl/qbittorrent.conf @@ -38,7 +38,7 @@ source qbittorrent sql_query_pre = SET NAMES utf8 sql_query = SELECT id, name, UNIX_TIMESTAMP(create_time) AS create_time \ - FROM pl_hash_list where status=0 id >= $start AND id <= $end + FROM pl_hash_list where status=0 and id >= $start AND id <= $end sql_attr_timestamp = create_time }