mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
no log: Update type definition of general.language_equals in frontend
This commit is contained in:
parent
b02c1a7e28
commit
07f6666d46
1 changed files with 1 additions and 1 deletions
2
frontend/src/types/settings.d.ts
vendored
2
frontend/src/types/settings.d.ts
vendored
|
@ -25,7 +25,7 @@ interface Settings {
|
|||
titlovi: Settings.Titlovi;
|
||||
ktuvit: Settings.Ktuvit;
|
||||
notifications: Settings.Notifications;
|
||||
language_equals: string[][];
|
||||
language_equals: string[];
|
||||
}
|
||||
|
||||
declare namespace Settings {
|
||||
|
|
Loading…
Reference in a new issue