|
|
@ -96,9 +96,9 @@ static const double CYCLE = 7200.0; // 7200 seconds = 2 hours |
|
|
|
|
|
|
|
pEp::notifyRead_t notifyRead = [=]()->void{ |
|
|
|
NSLog(@"downloading: %@", name); |
|
|
|
// if (_subscriber) { |
|
|
|
// [_subscriber notifyDownload:(int)downloading withName:name withFilename:@""]; |
|
|
|
// } |
|
|
|
if (_subscriber) { |
|
|
|
[_subscriber notifyDownload:(int)downloading withName:name withFilename:@""]; |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
try { |
|
|
|