remove folders, unused vars

This commit is contained in:
shamoon
2023-02-05 22:01:12 -08:00
parent 551f521edd
commit a226f9de12
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export default function Component({ service }) {
return (
<Container service={service}>
<Block label="photoprism.albums" value={t("common.number", { value: photoprismData.albums + photoprismData.folders })} />
<Block label="photoprism.albums" value={t("common.number", { value: photoprismData.albums })} />
<Block label="photoprism.photos" value={t("common.number", { value: photoprismData.photos })} />
<Block label="photoprism.videos" value={t("common.number", { value: photoprismData.videos })} />
<Block label="photoprism.people" value={t("common.number", { value: photoprismData.people })} />