1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

Fix Kiwi location.

This commit is contained in:
srcejon 2024-02-27 18:09:28 +00:00
parent d00e54452d
commit fafeb822d9

View File

@ -165,7 +165,7 @@ void KiwiSDRList::handleHTML(const QString& url, const QByteArray& bytes)
} }
else if (key == "loc") else if (key == "loc")
{ {
sdr.m_location = value.toInt(); sdr.m_location = value;
} }
else if (key == "antenna") else if (key == "antenna")
{ {