fix: update source for tv apk

This commit is contained in:
Vitaly Gashkov
2025-09-20 22:16:34 +05:00
parent 00ba683170
commit 485d330af2
+1 -1
View File
@@ -17,7 +17,7 @@ const downloadMobileApk = async () => {
const downloadTvApk = async () => {
const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo';
const formData = new FormData();
formData.append('identif', 'id:71305225');
formData.append('identif', 'id:71666229');
formData.append('mode', 'json');
const response = await fetch(source, {
method: 'POST',