-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
GUI crash almost at finish download because Util.Tools.SecToStr() throw exception due to a Main.GetStatus() wrong decimal.TryParse() interpretation of a decimal number because my OS culture (es-ES) uses comma as decimal separator instead of a dot and yt-dlp std output is always showing decimal numbers with en-US number fomatting.
Fixing it's really simple, just force culture to "en-US" in every decimal.TryParse() on Main.GetStatus():
I can send you a PR with this fix, just text me.
Hope this could help.
Best regards!
Metadata
Metadata
Assignees
Labels
No labels