mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Fix Kiwi location.
This commit is contained in:
parent
d00e54452d
commit
fafeb822d9
@ -165,7 +165,7 @@ void KiwiSDRList::handleHTML(const QString& url, const QByteArray& bytes)
|
||||
}
|
||||
else if (key == "loc")
|
||||
{
|
||||
sdr.m_location = value.toInt();
|
||||
sdr.m_location = value;
|
||||
}
|
||||
else if (key == "antenna")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user