1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-29 11:00:10 +02:00

fix: google play and tiktok (#3722)

* fix(googleplay)

* fix(tiktok)
This commit is contained in:
Dag
2023-10-01 18:53:50 +02:00
committed by GitHub
parent d822d666c7
commit 7273a05f02
3 changed files with 16 additions and 23 deletions

View File

@@ -40,6 +40,10 @@ class TikTokBridge extends BridgeAbstract
$SIGI_STATE_RAW = $var->innertext;
$SIGI_STATE = Json::decode($SIGI_STATE_RAW, false);
if (!isset($SIGI_STATE->ItemModule)) {
return;
}
foreach ($SIGI_STATE->ItemModule as $key => $value) {
$item = [];