mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
correctly handle bookmarks with underlying mode in receiver
This commit is contained in:
parent
a54a5fd560
commit
258aebd0c3
3 changed files with 27 additions and 17 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue