mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-30 13:09:34 +00:00
Include duplicate events in broadcasts
This commit is contained in:
parent
47aefb0c82
commit
604a555e14
@ -20,6 +20,7 @@ _This release is scheduled to be released on 2022-07-01._
|
||||
- Use latest node 18 when running tests on github actions
|
||||
- Update `electron` to v19 and other dependencies.
|
||||
- Use internal fetch function of node instead external `node-fetch` library if used node version >= `v18`.
|
||||
- Include duplicate events in broadcasts.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -510,7 +510,7 @@ Module.register("calendar", {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (this.listContainsEvent(events, event)) {
|
||||
if (this.listContainsEvent(events, event) && limitNumberOfEntries) {
|
||||
continue;
|
||||
}
|
||||
event.url = calendarUrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user