You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When sorting the frequency list in the playlist editor, the list is sorted lexicographically by frequency instead of numerically. For example, 449MHz will be sorted before 45MHz.
To Reproduce
Steps to reproduce the behavior:
Create channels at 45, 449, and 450MHz.
Click on 'frequency' header in channel list to sort by frequency.
Frequencies are sorted as: 449.0, 45.0, 450.0.
Expected behavior
Frequencies are sorted as: 45.0, 449.0, 450.0
The text was updated successfully, but these errors were encountered:
sdrtrunk Version
v0.6.0-beta-2
Describe the bug
When sorting the frequency list in the playlist editor, the list is sorted lexicographically by frequency instead of numerically. For example, 449MHz will be sorted before 45MHz.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Frequencies are sorted as: 45.0, 449.0, 450.0
The text was updated successfully, but these errors were encountered: