diff --git a/public/src/js/customsongs.js b/public/src/js/customsongs.js index 60f9471..50ddd5e 100644 --- a/public/src/js/customsongs.js +++ b/public/src/js/customsongs.js @@ -152,7 +152,7 @@ class CustomSongs{ return } this.changeSelected(this.linkLocalFolder) - if(typeof showDirectoryPicker === "function"){ + if(typeof showDirectoryPicker === "function" && !(/\bOPR\/|\bOPRGX\//.test(navigator.userAgent))){ return showDirectoryPicker().then(file => { this.walkFilesystem(file).then(files => this.importLocal(files)).then(input => { if(input){