NikkelM / Random-YouTube-Video

A browser extension that allows you to truly randomly shuffle videos from any YouTube channel, offering many customization options.
https://chromewebstore.google.com/detail/random-youtube-video/kijgnjhogkjodpakfmhgleobifempckf
GNU Lesser General Public License v3.0
18 stars 3 forks source link

[Refactoring] Re-evaluate if the `lastAccessedLocally` property is still needed #180

Closed NikkelM closed 1 year ago

NikkelM commented 1 year ago

Its functionality seems to mostly be the same as for lastFetchedFromDB?

NikkelM commented 1 year ago

Main difference seems to be between databaseSharing being enabled or disabled.

NikkelM commented 1 year ago

It would probably be too invasive to remove this property at this point.