Skip to content

Revert "fix(jpop): 当关闭 torrent grouping 时,从搜索结果中获取种子报错 (#2001)" #2236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions resource/sites/jpopsuki.eu/getSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,6 @@ if (!"".getQueryString) {
case row.is(".torrent_redline"):
albumRow = row;
albumTitle = title;
// 当在 Profile 里关闭 torrent grouping 时,补全单元格以让索引位置生效
if (cells.eq(0).text().trim() !== "") {
let tmpRow = row.clone().get(0);
tmpRow.insertCell(0);
cells = $(tmpRow).find(">td");
fieldIndex.category = 0;
}
break;

default:
Expand Down