mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-31 18:48:33 +00:00
youtube: change client back
This commit is contained in:
parent
be0c771def
commit
3c30156ed9
|
@ -33,7 +33,7 @@ export default async function(o) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
info = await yt.getBasicInfo(o.id, 'YTMUSIC_ANDROID');
|
info = await yt.getBasicInfo(o.id, 'ANDROID');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return { error: 'ErrorCantConnectToServiceAPI' };
|
return { error: 'ErrorCantConnectToServiceAPI' };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue