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"] ```