feat: allow changing YouTube host for trailers (#643)

* feat(server settings, movie/tv/settings components): allow changing YouTube URL for trailers

* fix: add i18n messages

* fix(i18n): remove unwanted translation change

---------

Co-authored-by: Gauthier <mail@gauthierth.fr>
This commit is contained in:
Danish Humair
2025-05-07 19:32:15 +05:00
committed by GitHub
parent c55da3da5f
commit d01f9a0580
8 changed files with 58 additions and 5 deletions

View File

@@ -248,6 +248,7 @@ CoreApp.getInitialProps = async (initialProps) => {
locale: 'en',
emailEnabled: false,
newPlexLogin: true,
youtubeUrl: '',
};
if (ctx.res) {