mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
youtube: replace innertube client
This commit is contained in:
parent
617e427088
commit
9bd3ea40e0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default async function(o) {
|
|||
}
|
||||
|
||||
try {
|
||||
info = await yt.getBasicInfo(o.id, 'ANDROID');
|
||||
info = await yt.getBasicInfo(o.id, 'YTMUSIC_ANDROID');
|
||||
} catch (e) {
|
||||
return { error: 'ErrorCantConnectToServiceAPI' };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue