mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings (#1006)
This commit is contained in:
@@ -12,6 +12,7 @@ export interface PublicSettingsResponse {
|
||||
localLogin: boolean;
|
||||
movie4kEnabled: boolean;
|
||||
series4kEnabled: boolean;
|
||||
region: string;
|
||||
}
|
||||
|
||||
export interface CacheItem {
|
||||
|
Reference in New Issue
Block a user