Fix Kiwi location.

This commit is contained in:
srcejon 2024-02-27 18:09:28 +00:00
parent d00e54452d
commit fafeb822d9
1 changed files with 1 additions and 1 deletions

View File

@ -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")
{