correctly handle bookmarks with underlying mode in receiver

This commit is contained in:
Jakob Ketterl 2023-02-28 17:07:13 +01:00
parent a54a5fd560
commit 258aebd0c3
3 changed files with 27 additions and 17 deletions

View file

@ -831,7 +831,8 @@ function on_ws_recv(evt) {
return {
name: d['mode'].toUpperCase(),
modulation: d['mode'],
frequency: d['frequency']
frequency: d['frequency'],
underlying: d['underlying']
};
});
bookmarks.replace_bookmarks(as_bookmarks, 'dial_frequencies');