mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(plex): add support for custom Plex Web App URLs (#1581)
* feat(plex): add support for custom Plex Web App URLs * refactor: clean up Yup validation in *arr modals & email settings * fix(lang): change Web App URL tip * fix: remove web app URL validation and add 'Advanced' badge
This commit is contained in:
@@ -30,6 +30,7 @@ export interface PlexSettings {
|
||||
port: number;
|
||||
useSsl?: boolean;
|
||||
libraries: Library[];
|
||||
webAppUrl?: string;
|
||||
}
|
||||
|
||||
export interface DVRSettings {
|
||||
|
Reference in New Issue
Block a user