Skip to content

Commit

Permalink
fix: HDB One Icon cause search issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed May 6, 2022
1 parent bbffd01 commit 6f4b87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resource/sites/hdbits.org/getSearchResult.js
Expand Up @@ -50,7 +50,8 @@
//配置
category: 0
};

if(options.page.find("div#codec1"))
fieldIndex = {time: 3,size: 4,seeders: 6,leechers: 7,completed: 5,name: 1,author: 8,category: 0};
if (site.url.substr(-1) == "/") {
site.url = site.url.substr(0, site.url.length - 1);
}
Expand Down

0 comments on commit 6f4b87a

Please sign in to comment.