Kieshi Hi folks, we have released a new app version v15.1 to Quest, Pico and Steam. It is a small one, but we will bring more in next version!
Great job. There has been more than month now you srew up My Interactive videos and made the order random. It only takes less than 5 minutes and probably single line of code to fix it.
// current code (random order in My Interactive videos)
favorites.sort(() => Math.random() - 0.5);
// fix:
favorites.sort((a, b) => new Date(a.addedAt) - new Date(b.addedAt));
Instead of fixing things SLR decided to migrating to new SLR web. It lacks of features and behold: it lacks of My Interactive videos. Instead of fixing things you decide to get rid of it completely. Luckily I can still use the old website. I am baffled...