Skip to content

Commit

Permalink
minor import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Aug 13, 2023
1 parent 9377555 commit a01791e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaptertool",
"version": "0.4.0",
"version": "0.4.1",
"description": "Manage and generate chapters for podcasts and other media via cli or web",
"keywords": [
"podcast",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chaptertool

Create and convert chapters for podcasts, youtube, matroska, webvtt and ffmpeg.
Create and convert chapters for podcasts, youtube, matroska, mkvmerge/nero/vorbis, webvtt, ffmpeg and apple chapters.

The cli tools can automatically create chapters with images from videos using ffmpeg's scene detection.

Expand Down
2 changes: 1 addition & 1 deletion src/Formats/VorbisComment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MKVMergeSimple } from "./MKVMergeSimple";
import { MKVMergeSimple } from "./MKVMergeSimple.js";

export class VorbisComment extends MKVMergeSimple {

Expand Down

0 comments on commit a01791e

Please sign in to comment.