Skip to content

Commit 8149b58

Browse files
FEAT: Updating the FIXED_METADATA_BLOCK content in ./main.py
1 parent b35baa0 commit 8149b58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Games Collection Manager/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class BackgroundColors: # Colors for the terminal
106106
"- PS2: 27.2 Largura x 18.3 Altura.",
107107
"- PS3: 27.2 Largura x 15.0 Altura.",
108108
"- PS4/PS5: 27.2 Largura x 16.0 Altura.",
109+
"- Xbox One/Xbox Series: 26.7 Largura x 14.9 Altura."
109110
] # Constant non-console metadata block to keep deterministic and unchanged
110111
FIXED_METADATA_BLOCK_STRIPPED = tuple(line.strip() for line in FIXED_METADATA_BLOCK) # Stripped version for safe parser comparisons
111112

0 commit comments

Comments
 (0)