EmbyCrackedClient/web/modules/soundeffects/defaultsoundeffects/plugin.js

1 line
264 B
JavaScript
Raw Permalink Normal View History

2025-06-25 11:46:04 +08:00
function DefaultSoundEffects(){this.name="Default Sound Effects",this.type="soundeffects",this.id="defaultsoundeffects"}DefaultSoundEffects.prototype.getEffects=function(){return{navigation:"navigation.mp3",select:"select.mp3"}};export default DefaultSoundEffects;