Fix an issue that SRT time format is incorrect #51
No reviewers
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#51
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
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?
On the 4.7.0 update of funimation-downloader-nx, the
vttconvertmodule is added.However, it has a bug that SRT time format is not processed correctly. Here is the example of it:
As you can see, the separator between milliseconds and seconds is a period, but official SRT format defines it as a comma.
I have fixed this problem without changing except for a line of code.