mirror of
https://github.com/SabreTools/MPF.git
synced 2026-04-06 06:11:31 +00:00
[Problem] MPF UI media type set incorrectly if tick/untick parameters tickbox #723
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnVeness on GitHub (Jul 6, 2024).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
The media type box can get changed to an incorrect type simply by ticking then unticking the box to the right of parameters.
To Reproduce
Steps to reproduce the behavior:
Observed behavior
System remains as before (System: Sony PlayStation 2) but media type changes from DVD-ROM to CD-ROM. If you dump in this state you will get an error about files missing.
Expected behavior
Detected system and media type should stay as before (System: Sony PlayStation 2, media type: DVD-ROM).
Additional context
Clicking "Scan for discs" after ticking/unticking the box will set the media type correctly again.
As options are set to default, the dumping program MPF is using is Redumper.
@JohnVeness commented on GitHub (Jul 7, 2024):
Many thanks :)