From c4853c145684e62a1805cbf70abd087c39e87d3e Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:54:47 -0400 Subject: [PATCH] Update romm.md Corrected field names --- 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 73f9c01a..6d8bc8b3 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", "totalRoms", "totalSaves", "totalStates", "totalScreenshots", "totalFilesize"]`. +Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`. ```yaml widget: @@ -11,5 +11,5 @@ widget: url: http://romm.host.or.ip username: username # optional password: password # optional - fields: ["platforms", "totalRoms", "totalSaves", "totalScreenshots"] + fields: ["platforms", "roms", "saves", "screenshots"] ```