Update AlsaDeviceInfo.tsx
Assumed the id was a number. Changed the interface ID to string
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
interface AlsaDeviceInfoJson {
|
||||
cardId: number;
|
||||
id: number;
|
||||
id: string;
|
||||
name: string;
|
||||
longName: string;
|
||||
sampleRates: number[];
|
||||
|
||||
Reference in New Issue
Block a user