mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: Add 'Engine' column to Search table
This PR adds 'Engine' column to Search table. I also fixed inconsistent naming and renamed 'Search engine' column to 'Engine URL'. PR #21397.
This commit is contained in:
@@ -818,6 +818,7 @@ window.qBittorrent.Search ??= (() => {
|
||||
fileUrl: result.fileUrl,
|
||||
nbLeechers: result.nbLeechers,
|
||||
nbSeeders: result.nbSeeders,
|
||||
engineName: result.engineName,
|
||||
siteUrl: result.siteUrl,
|
||||
pubDate: result.pubDate,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user