mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Fix custom song list in opera
This commit is contained in:
parent
8c8f34f7a3
commit
ab3c421ab4
@ -152,7 +152,7 @@ class CustomSongs{
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.changeSelected(this.linkLocalFolder)
|
this.changeSelected(this.linkLocalFolder)
|
||||||
if(typeof showDirectoryPicker === "function"){
|
if(typeof showDirectoryPicker === "function" && !(/\bOPR\/|\bOPRGX\//.test(navigator.userAgent))){
|
||||||
return showDirectoryPicker().then(file => {
|
return showDirectoryPicker().then(file => {
|
||||||
this.walkFilesystem(file).then(files => this.importLocal(files)).then(input => {
|
this.walkFilesystem(file).then(files => this.importLocal(files)).then(input => {
|
||||||
if(input){
|
if(input){
|
||||||
|
Loading…
Reference in New Issue
Block a user