FreeTube/src
Svallinn 40d7278383
Invidious: Randomize instance on startup
There are now two separate settings related to Invidious instances:
- currentInvidiousInstance
- defaultInvidiousInstance

'currentInvidiousInstance' is a value that exists solely in memory
and it's the value used by the app to make the API calls,
while 'defaultInvidiousInstance' is the value that can be persisted
in the database by user action and will be used to initiate
the 'currentInvidiousInstance' on startup.

If the user has not saved a default value to the database,
'currentInvidiousInstance' is randomized from
a fetched list of viable candidates.
2021-07-03 02:55:56 +01:00
..
data Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
main Main+Renderer: Make IRC window syncing channels more generic 2021-06-26 05:06:18 +01:00
renderer Invidious: Randomize instance on startup 2021-07-03 02:55:56 +01:00
utilities Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
index.ejs Fix web build script and fix errors when running web version 2020-04-17 23:17:45 -04:00