- added framework for playing uploaded music files. need to permanently store and retreive files
This commit is contained in:
@@ -286,6 +286,7 @@ export type FormValues = {
|
||||
NPEDsound: SoundValue;
|
||||
hotlists: Hotlist[];
|
||||
hotlistSound: SoundValue;
|
||||
soundOptions?: SoundUploadValue[];
|
||||
};
|
||||
|
||||
export type SoundUploadValue = {
|
||||
@@ -316,6 +317,7 @@ type UpdateAction = {
|
||||
NPEDsoundVolume: number;
|
||||
hotlistSoundVolume: number;
|
||||
hotlistSound: SoundValue;
|
||||
soundOptions?: SoundUploadValue[];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user