alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
314 stars 60 forks source link

Some followed channels missing #165

Closed rakslice closed 7 years ago

rakslice commented 7 years ago

Some channels that I've followed are missing from the Followed Channels list and do not show the purple followed highlight when they appear in search results. I've verified that the channels are still showing as followed on the Twitch website.

rakslice commented 7 years ago

Debugging through the followed results handling, I found that I'm getting a page that is short one item (size() == 24) despite the JSON _total value indicating that more results are available, so subsequent pages do not load with the current logic