diff --git a/plugins/eddn.py b/plugins/eddn.py index ab7d2fa3..ace4f27f 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -2224,6 +2224,8 @@ def journal_entry( # noqa: C901, CCR001 if entry['MusicTrack'] == 'MainMenu': this.status_body_name = None + tracking_ui_update() + # Events with their own EDDN schema if config.get_int('output') & config.OUT_EDDN_SEND_NON_STATION and not state['Captain']: @@ -2409,8 +2411,6 @@ def journal_entry( # noqa: C901, CCR001 logger.debug(f'Failed exporting {entry["event"]}', exc_info=e) return str(e) - tracking_ui_update() - return None