Skip to content

Commit

Permalink
Hopefully fix result persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Dec 29, 2024
1 parent 289e6b1 commit 09b9c66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/java/org/nzbhydra/downloading/FileHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ public GenericResponse saveNzbToBlackhole(Long searchResultId) {
return GenericResponse.ok();
}

public Set<File> getTemporaryZipFiles() {
return temporaryZipFiles;
}

private static class NzbsDownload {
private final List<File> files;
private final List<Long> successfulIds;
Expand Down

0 comments on commit 09b9c66

Please sign in to comment.