fix
Some checks are pending
Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Your Name 2024-09-19 10:54:11 -06:00
parent 261c4a8c4e
commit e67581b032
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ Live Instance: [poster.place](https://poster.place)
* ChakraUI is the default theme
* Signup Process guides users to set [Poster.place](https://relay.poster.place) as default relay and removes Relay Configuration Part
* Set Blue Images and Hide Images to false
* Hard-coded Poster.places's Invidous Instance
## A Browser Extension is Required to Log in.

View File

@ -86,7 +86,7 @@ export const defaultSettings: AppSettings = {
corsProxy: "",
twitterRedirect: undefined,
redditRedirect: undefined,
youtubeRedirect: undefined,
youtubeRedirect: "https://invidious.poster.place",
};
export function upgradeSettings(settings: { version: number }): AppSettings | null {