fix: MIDI download
This commit is contained in:
parent
c571a49093
commit
4bd5d55676
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const getApiAuth = async (type: FileType, index: number): Promise<string> => {
|
||||||
// force to retrieve the MAGIC
|
// force to retrieve the MAGIC
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'midi': {
|
case 'midi': {
|
||||||
const el = document.querySelectorAll('.uPjTb > button')[3] as HTMLButtonElement
|
const el = document.querySelector('button[hasaccess]') as HTMLButtonElement
|
||||||
el.click()
|
el.click()
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue