Skip to content

Commit 21504ab

Browse files
committed
fix d.get_custom call
1 parent fcf16e4 commit 21504ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyrocore/data/config/rtorrent.d/timestamps.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ method.set_key = event.download.inserted_new, time_stamp,\
1515
method.set_key = event.download.finished, time_stamp,\
1616
"pyro.tm_completed.now="
1717
method.set_key = event.download.hash_done,time_stamp,\
18-
"branch=\"and={d.complete=,not=$d.get_custom=tm_completed}\", pyro.tm_completed.now="
18+
"branch=\"and={d.complete=,not=$d.custom=tm_completed}\", pyro.tm_completed.now="
1919

2020

2121
# EVENTS: Activation intervals

0 commit comments

Comments
 (0)