Update AlsaDeviceInfo.tsx

Assumed the id was a number. Changed the interface ID to string
This commit is contained in:
Extremesecrecy
2025-07-24 10:47:11 -07:00
parent c112553766
commit 77342f95fe
+1 -1
View File
@@ -2,7 +2,7 @@
interface AlsaDeviceInfoJson {
cardId: number;
id: number;
id: string;
name: string;
longName: string;
sampleRates: number[];