Skip to content

Commit

Permalink
Update default collection to add on start/complete/rate
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne committed Aug 3, 2021
1 parent c771921 commit 264472a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion finito/main/src/fin/config/ServiceConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ object ServiceConfig {
| {
| name = My Books,
| lazy = false,
| add-hook = \"\"\"add = true\"\"\"
| add-hook = \"\"\"add = true\"\"\",
| read-started-hook = \"\"\"add = true\"\"\",
| read-completed-hook = \"\"\"add = true\"\"\",
| rate-hook = \"\"\"add = true\"\"\"
| },
| {
| name = Currently Reading,
Expand Down

0 comments on commit 264472a

Please sign in to comment.