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 }