diff --git a/public/locales/en/common.json b/public/locales/en/common.json index f144182f..3d9890f3 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -454,5 +454,10 @@ "uptime": "Uptime", "incident": "Incident", "m": "m" + }, + "komga": { + "libraries": "Libraries", + "series": "Series", + "books": "Books" } } \ No newline at end of file diff --git a/src/widgets/komga/component.jsx b/src/widgets/komga/component.jsx index 06d9154e..9d6c406f 100644 --- a/src/widgets/komga/component.jsx +++ b/src/widgets/komga/component.jsx @@ -17,7 +17,7 @@ export default function Component({ service }) { return ; } - if (!libraryError || !seriesError || !bookError) { + if (!libraryData || !seriesData || !bookData) { return (