Correct the termination of COMMUNITY tab process due to missing page tokens

This commit is contained in:
Benjamin Loison 2023-02-10 00:37:28 +01:00
parent 8f9b1275be
commit 87d67e4e85

View File

@ -398,7 +398,7 @@ void treatChannelOrVideo(unsigned short threadId, bool isChannel, string id, str
{
pageToken = data["nextPageToken"];
}
if(pageToken == "")
else
{
break;
}