FreeTube/src/renderer/components/ft-list-playlist
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
..
ft-list-playlist.js Invidious: Randomize instance on startup 2021-07-03 02:55:56 +01:00
ft-list-playlist.sass Rewrite list items :) 2020-06-24 03:47:19 +12:00
ft-list-playlist.vue Add support for External Players (closes #418) (#1271) 2021-06-13 17:31:43 +02:00