FIX: missing extractStreamUrlFromManifest
This commit is contained in:
parent
1134680c88
commit
baf13606e8
1 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,10 @@ export class MusicAPI {
|
|||
return this.tidalAPI.getArtistPictureUrl(id, size);
|
||||
}
|
||||
|
||||
extractStreamUrlFromManifest(manifest) {
|
||||
return this.tidalAPI.extractStreamUrlFromManifest(manifest);
|
||||
}
|
||||
|
||||
// Helper methods
|
||||
getProviderFromId(id) {
|
||||
if (typeof id === 'string') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue