Skip to content

Commit

Permalink
UNIT3D override 0 multiscreens for discs
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 2, 2024
1 parent 15463fb commit 14ca6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trackers/COMMON.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ async def unit3d_edit_desc(self, meta, tracker, signature, comparison=False, des

# Handle multiple discs case
elif len(discs) > 1:
if multi_screens == 0:
multi_screens = 2
# Initialize retry_count if not already set
if 'retry_count' not in meta:
meta['retry_count'] = 0
Expand Down

0 comments on commit 14ca6af

Please sign in to comment.