Stremio / stremio-core

⚛️ The Stremio Core: types, addon system, UI models, core logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statistics - When null is returned from the server, it causes an error

elpiel opened this issue · comments

When the stream has loaded to 100%, core still tries to deserialise the statistics object from the server request and ends up with an Error instead of keeping the last known Statistics

Ensure that we:

  • Keep the last known statistics #577
  • Handle null as "stream has loaded fully" #576