From 0616f7edbfbdd08f180541b7883df4df2f82a99a Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:06:48 -0400 Subject: [PATCH] Update romm.md Revert 'roms' back to 'totalRoms' to avoid a breaking change. --- 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 cf10d09b8..6bde13777 100644 --- a/docs/widgets/services/romm.md +++ b/docs/widgets/services/romm.md @@ -3,7 +3,7 @@ title: Romm description: Romm Widget Configuration --- -Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`. +Allowed fields: `["platforms", "totalRoms", "saves", "states", "screenshots", "totalfilesize"]`. If more than (4) fields are provided, only the first (4) will be used. ```yaml @@ -12,5 +12,5 @@ widget: url: http://romm.host.or.ip username: username # optional password: password # optional - fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown + fields: ["platforms", "totalRoms", "saves", "states"] # optional - default fields shown ```