We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a4824 + fe0f09c commit 178c452Copy full SHA for 178c452
1 file changed
src/Frontend/FileHandler.js
@@ -36,7 +36,7 @@ export class FileHandler {
36
37
try {
38
const detected = AutoFormat.from(text)
39
- const data = new ChaptersJson(detected)
+ const data = ChaptersJson.create(detected, detected.duration)
40
gtag('event', 'ui', {
41
action: 'external',
42
origin: 'paste',
0 commit comments