Skip to content

Commit

Permalink
fix(watch): fix watch command not using proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Aug 28, 2024
1 parent 7c63ea4 commit dbef43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/watch_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func WatchCommand(_ *cobra.Command, args []string) error {
case inotifywaitgo.CLOSE_WRITE, inotifywaitgo.MOVE:
err := utils.Optimize(&utils.OptimizeOptions{
ChapterConverter: chapterConverter,
Path: path,
Path: event.Filename,
Quality: quality,
Override: override,
Split: split,
Expand Down

0 comments on commit dbef43d

Please sign in to comment.