mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 06:52:19 +00:00
add access from window for clarity
This commit is contained in:
parent
5e1a8ffa24
commit
4de2ee16bb
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@
|
|||
duration: 5.322286
|
||||
}],
|
||||
__butterchurnOptions: {
|
||||
importButterchurn: () => Promise.resolve(butterchurn),
|
||||
importButterchurn: () => Promise.resolve(window.butterchurn),
|
||||
getPresets: () => {
|
||||
const presets = butterchurnPresets.getPresets();
|
||||
const presets = window.butterchurnPresets.getPresets();
|
||||
return Object.keys(presets).map((name) => {
|
||||
return {
|
||||
name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue