Don't stop a recording when setting the "stop at" date
This commit is contained in:
parent
fa3e5fbcaf
commit
6c0fe83816
|
@ -695,11 +695,6 @@ public class NextGenLocalRecorder implements Recorder {
|
|||
} else {
|
||||
throw new NoSuchElementException("Model " + model.getName() + " [" + model.getUrl() + "] not found in list of recorded models");
|
||||
}
|
||||
|
||||
if (recordingProcesses.containsKey(model)) {
|
||||
Recording rec = recordingProcesses.get(model);
|
||||
rec.getDownload().stop();
|
||||
}
|
||||
} finally {
|
||||
recorderLock.unlock();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue