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

1 line
No EOL
124 B
JavaScript

export default{openUrl:function(url){window.open(url,"_blank")},canExec:!1,exec:function(options){return Promise.reject()}};