diff --git a/komga-webui/src/types/common.ts b/komga-webui/src/types/common.ts index 6dd682ee..f8fe0ca2 100644 --- a/komga-webui/src/types/common.ts +++ b/komga-webui/src/types/common.ts @@ -11,7 +11,7 @@ export enum ImageFit { } export enum ReadingDirection { - LeftToRight = 'ltl', + LeftToRight = 'ltr', RightToLeft = 'rtl' }