fix: update crunchyroll tv app id

This commit is contained in:
Vitaly Gashkov
2026-01-13 19:51:30 +05:00
parent 4e5a0d1561
commit 196a1cad1d
+1 -1
View File
@@ -17,7 +17,7 @@ const downloadMobileApk = async () => {
const downloadTvApk = async () => {
const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo';
const body = new FormData();
body.append('identif', 'id:72075737');
body.append('identif', 'id:72863127');
body.append('mode', 'json');
const response = await fetch(source, { method: 'POST', body });
const json = await response.json();