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 {
|
interface AlsaDeviceInfoJson {
|
||||||
cardId: number;
|
cardId: number;
|
||||||
id: number;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
longName: string;
|
longName: string;
|
||||||
sampleRates: number[];
|
sampleRates: number[];
|
||||||
|
|||||||
Reference in New Issue
Block a user