Fix custom song list in opera
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user