SetToken function added

This commit is contained in:
killer069
2021-10-12 13:56:33 +05:30
parent 80d6ecba96
commit 229bbc7a11
5 changed files with 160 additions and 80 deletions

View File

@@ -151,3 +151,7 @@ function parseHlsFormats(data: SoundCloudTrackFormat[]) {
});
return result;
}
export function setSoundCloudToken(options : SoundDataOptions){
soundData = options
}