diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/server/custom-config.model.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 846bf6159..6ffe3a676 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts | |||
@@ -97,6 +97,11 @@ export interface CustomConfig { | |||
97 | } | 97 | } |
98 | 98 | ||
99 | user: { | 99 | user: { |
100 | history: { | ||
101 | videos: { | ||
102 | enabled: boolean | ||
103 | } | ||
104 | } | ||
100 | videoQuota: number | 105 | videoQuota: number |
101 | videoQuotaDaily: number | 106 | videoQuotaDaily: number |
102 | } | 107 | } |
@@ -229,4 +234,5 @@ export interface CustomConfig { | |||
229 | isDefaultSearch: boolean | 234 | isDefaultSearch: boolean |
230 | } | 235 | } |
231 | } | 236 | } |
237 | |||
232 | } | 238 | } |