Skip to content

Commit 9e60bac

Browse files
committed
Changed default behavior of adding books to add duplicates
1 parent d48dd1e commit 9e60bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-books.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIRNAME=/data/addbooks
44
LIBNAME=/data/library
55
CALIBREDB=/usr/bin/calibredb
6-
CAL_OPT="add -1 -r"
6+
CAL_OPT="add -d -1 -r"
77
STATUS_FILE=/data/add-books.is.running
88
export LANG=en_US.UTF-8
99

0 commit comments

Comments
 (0)