From ec5e3c06084ef9c4b7fd71e4bb04af3fbe77bed9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 27 Jul 2020 20:14:05 +0200 Subject: Time of html items in json file should be the time of download finished, not the time of start of all downloads --- src/transmission.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/transmission.c') diff --git a/src/transmission.c b/src/transmission.c index 39b355f..9596be0 100644 --- a/src/transmission.c +++ b/src/transmission.c @@ -10,8 +10,6 @@ /* TODO: Make port configurable */ -#define NUM_COLUMNS 10 - int transmission_connect(TransmissionSession *session) { int result = 0; Buffer buffer; -- cgit v1.2.3