youtube: replace innertube client

This commit is contained in:
wukko 2024-04-26 09:27:36 +06:00
parent 617e427088
commit 9bd3ea40e0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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' };
}