mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-08-24 06:54:51 +00:00
优化qBittorrent过滤函数
This commit is contained in:
@@ -509,7 +509,7 @@ function filterStatus( $v ){
|
|||||||
* qBittorrent过滤函数,只保留正常做种
|
* qBittorrent过滤函数,只保留正常做种
|
||||||
*/
|
*/
|
||||||
function qbfilterStatus( $v ){
|
function qbfilterStatus( $v ){
|
||||||
if( ($v['state']=='uploading') || ($v['state'] == 'stalledUP') ){
|
if( ($v['state']=='uploading') || ($v['state'] == 'stalledUP') || ($v['state'] == 'pausedUP') || ($v['state'] == 'queuedUP') || ($v['state'] == 'checkingUP') || ($v['state'] == 'forcedUP') ){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user