v1.2.1
Shuffle video order when local storage is available. This is a minor code fix but still a breaking change to the UX.
if (isStorageValid(48)) {
setVideos(shuffle(JSON.parse(localStorage.getItem('finishershub.videos'))))
}
Shuffle video order when local storage is available. This is a minor code fix but still a breaking change to the UX.
if (isStorageValid(48)) {
setVideos(shuffle(JSON.parse(localStorage.getItem('finishershub.videos'))))
}