mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-01 06:44:24 +02:00
youtube: replace innertube client
This commit is contained in:
parent
617e427088
commit
9bd3ea40e0
@ -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…
x
Reference in New Issue
Block a user