mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-23 05:35:06 +02:00
live stream data is unknown
This commit is contained in:
parent
42b4173486
commit
a46cc2401d
@ -28,6 +28,10 @@ interface trackSearchType extends searchTypeCommon {
|
|||||||
data: trackType[];
|
data: trackType[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface liveSearchType extends searchTypeCommon {
|
||||||
|
data: unknown[];
|
||||||
|
}
|
||||||
|
|
||||||
export interface discographyType {
|
export interface discographyType {
|
||||||
data: albumType[];
|
data: albumType[];
|
||||||
count: number; // 109,
|
count: number; // 109,
|
||||||
@ -65,6 +69,6 @@ export interface searchType {
|
|||||||
RADIO: trackSearchType;
|
RADIO: trackSearchType;
|
||||||
SHOW: trackSearchType;
|
SHOW: trackSearchType;
|
||||||
USER: trackSearchType;
|
USER: trackSearchType;
|
||||||
LIVESTREAM: trackSearchType;
|
LIVESTREAM: liveSearchType;
|
||||||
CHANNEL: channelSearchType;
|
CHANNEL: channelSearchType;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user