Фикс звуков из ресурсов

This commit is contained in:
RoyceDa
2026-03-20 16:46:23 +02:00
parent 8f0e8e8251
commit 9f8840e077
5 changed files with 23 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ declare global {
deviceName: string;
deviceId: string;
mediaApi: {
getSoundUrl: (fileName: string) => string;
getSoundUrl: (fileName: string) => Promise<string>;
};
}
}