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

@@ -46,6 +46,7 @@ export interface PublicSettingsResponse {
locale: string;
emailEnabled: boolean;
newPlexLogin: boolean;
youtubeUrl: string;
}
export interface CacheItem {