diff --git a/src/main/java/com/moparisthebest/rcrdit/RcrdIt.java b/src/main/java/com/moparisthebest/rcrdit/RcrdIt.java index 0f0eb7a..84dc60d 100644 --- a/src/main/java/com/moparisthebest/rcrdit/RcrdIt.java +++ b/src/main/java/com/moparisthebest/rcrdit/RcrdIt.java @@ -319,7 +319,7 @@ public class RcrdIt extends ResourceConfig implements AutoCloseable { } } - if(lastStop != null) { // todo: check if lastStop and start are the same, but shouldn't happen? + if(lastStop != null && start != null) { // todo: check if lastStop and start are the same, but shouldn't happen? addMeeting(calendar, tz, lastStop, start, program, md, true); } if(start != null && stop != null) {