This commit is contained in:
death-claw
2021-03-18 09:29:45 +01:00
parent 335cbf70b4
commit 7d083630cc
@@ -83,7 +83,7 @@ public class DownloadJob implements CheckedRunnable {
if (updatedPost.getDownloadDirectory() == null) {
pathService.createDefaultPostFolder(updatedPost);
}
if (settingsService.getSettings().getLeaveThanksOnStart()) {
if (settingsService.getSettings().getLeaveThanksOnStart() != null && settingsService.getSettings().getLeaveThanksOnStart()) {
authService.leaveThanks(updatedPost);
}
}