mirror of
https://github.com/sct/overseerr.git
synced 2025-12-23 15:38:03 +01:00
feat: 4K Requests (#559)
This commit is contained in:
@@ -4,3 +4,9 @@ export interface SettingsAboutResponse {
|
||||
totalMediaItems: number;
|
||||
tz?: string;
|
||||
}
|
||||
|
||||
export interface PublicSettingsResponse {
|
||||
initialized: boolean;
|
||||
movie4kEnabled: boolean;
|
||||
series4kEnabled: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user