mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Fix reference to undefined variable
This commit is contained in:
parent
8eae420851
commit
d1f6ef0089
1 changed files with 2 additions and 1 deletions
|
|
@ -190,7 +190,8 @@ class Webamp {
|
|||
// @ts-ignore
|
||||
this.store.dispatch({
|
||||
type: "SET_AVAILABLE_SKINS",
|
||||
skins: avaliableSkins,
|
||||
// @ts-ignore
|
||||
skins: options.avaliableSkins,
|
||||
});
|
||||
} else if (availableSkins != null) {
|
||||
this.store.dispatch({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue