FreeTube/src/renderer/views/Channel
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
..
Channel.css Allow Subscribe button to resize in the channel view 2020-09-02 22:01:47 -04:00
Channel.js Invidious: Randomize instance on startup 2021-07-03 02:55:56 +01:00
Channel.vue Select search text on focus (#1201) 2021-04-15 21:30:26 +02:00