diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 549cb1c3e..79ff33169 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -80,6 +80,8 @@ presetManager = manager; _currentPreset = manager.defaultPreset; + + _scanSpecificTitleIdx = 1; } return self; |