Skip to content

Commit

Permalink
fix: QB存在重复任务下载报错为空
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Apr 21, 2022
1 parent 7026bf2 commit 4ca43ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/contextMenus.ts
Expand Up @@ -470,7 +470,7 @@ export class ContextMenus {
});
chrome.tabs.sendMessage(tabid, {
action: EAction.showMessage,
data: result
data: result.status=="" ? this.service.i18n.t("service.contextMenus.sendTorrentToClientError") : result
});
})
.finally(() => {
Expand Down

0 comments on commit 4ca43ad

Please sign in to comment.