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
|
||||
switch (type) {
|
||||
case 'midi': {
|
||||
const el = document.querySelectorAll('.uPjTb > button')[3] as HTMLButtonElement
|
||||
const el = document.querySelector('button[hasaccess]') as HTMLButtonElement
|
||||
el.click()
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue