EmbyCrackedClient/web/modules/common/filesystem.js
2025-06-25 11:46:04 +08:00

1 line
No EOL
123 B
JavaScript

export default{fileExists:function(path){return Promise.reject()},directoryExists:function(path){return Promise.reject()}};