mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-08-24 06:54:51 +00:00
修复一处手误
This commit is contained in:
@@ -179,7 +179,7 @@ class Soulvoice implements decodeBase
|
|||||||
// 种子促销类型解码
|
// 种子促销类型解码
|
||||||
if(strpos($v,self::$getTorrent[0]) === false){
|
if(strpos($v,self::$getTorrent[0]) === false){
|
||||||
// 不免费
|
// 不免费
|
||||||
self::$TorrentList[$k]['type'] = 0;
|
self::$TorrentList[$k]['type'] = 1;
|
||||||
}else{
|
}else{
|
||||||
// 免费种子
|
// 免费种子
|
||||||
self::$TorrentList[$k]['type'] = 0;
|
self::$TorrentList[$k]['type'] = 0;
|
||||||
|
Reference in New Issue
Block a user