- added feature to cache sounds for cross devices - should work in theory
This commit is contained in:
@@ -294,6 +294,7 @@ export type SoundUploadValue = {
|
||||
soundFileName?: string;
|
||||
soundFile?: File | null;
|
||||
soundUrl?: string;
|
||||
uploadedAt?: number;
|
||||
};
|
||||
|
||||
export type SoundState = {
|
||||
|
||||
Reference in New Issue
Block a user