-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Organize File' dialogue not properly initialized #4
Comments
Do you still have th issue ? if yes, could you provide some more information : I tried to reproduce with no success, do you have a huge library ? (tested with about 200 Series) |
no this does not occur anymore |
I looked a bit into this I noticed this error:
my guess is that's because maybe it should be called once it opened, eg: dlg.addEventListener('open', function() {selectedMediaTypeChanged(dlg, item)}) but I don't know if the window.settimeout(function() {selectedMediaTypeChanged(dlg, item)}, 1); |
default selection in the 'Organize File' dialogue is not properly initialized
defaults to 'Series' but is not functional, only selecting 'blank' and than back to 'Series/Movie' initializes the lower input fields/buttons correctly
The text was updated successfully, but these errors were encountered: