mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Type action
This commit is contained in:
parent
0d9c05882c
commit
f48731865c
1 changed files with 1 additions and 1 deletions
|
|
@ -92,6 +92,6 @@ export function gotSkinZip(zip: JSZip, store: ModernStore) {
|
|||
};
|
||||
}
|
||||
|
||||
export function setVolume(volume: number) {
|
||||
export function setVolume(volume: number): ModernAction {
|
||||
return { type: "SET_VOLUME", volume };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue