From 48af44856091d959bdc0bb19634512ef6687fcc4 Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:02:57 -0400 Subject: [PATCH] Update romm.md Updated documentation to clarify how fields are handled. --- docs/widgets/services/romm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets/services/romm.md b/docs/widgets/services/romm.md index 6d8bc8b30..b4799171b 100644 --- a/docs/widgets/services/romm.md +++ b/docs/widgets/services/romm.md @@ -4,12 +4,12 @@ description: Romm Widget Configuration --- Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`. - +If more than (4) fields are provided, only the first (4) will be used. ```yaml widget: type: romm url: http://romm.host.or.ip username: username # optional password: password # optional - fields: ["platforms", "roms", "saves", "screenshots"] + fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown ```