Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Fix downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
reis authored Aug 9, 2022
1 parent b6e282b commit a2082c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/downloadApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = async function (ws) {

const vDLL = load(versionDownloadList);
let dlLink;
if (arch) {
if (arch && global.jarNames.selectedApp === 'music') {
dlLink = vDLL(`div:contains("${arch}")`)
.parent()
.children('div[class^="table-cell rowheight"]')
Expand Down

0 comments on commit a2082c9

Please sign in to comment.