EmbyCrackedClient/web/modules/shell.js

1 line
124 B
JavaScript
Raw Normal View History

2025-06-25 11:46:04 +08:00
export default{openUrl:function(url){window.open(url,"_blank")},canExec:!1,exec:function(options){return Promise.reject()}};