SoundCloud Work Completed

This commit is contained in:
killer069
2021-09-20 17:20:15 +05:30
parent 4abe6fbdb0
commit 65026abca1
7 changed files with 143 additions and 65 deletions

View File

@@ -9,7 +9,7 @@ export enum StreamType {
Opus = 'opus'
}
interface InfoData {
export interface InfoData {
LiveStreamData: {
isLive: boolean;
dashManifestUrl: string;