Update qbittorrent.conf

pull/5/head
midoks 6 years ago
parent e1c10caf81
commit f82c66a6bd
  1. 2
      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
}

Loading…
Cancel
Save