Compare commits

...

2 Commits

Author SHA1 Message Date
279f2a632c Removed console debug for server lookup 2025-06-01 09:37:17 +02:00
d98c2bdd47 Bump to 2.0.15 2025-06-01 09:36:51 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import "helpers"
ApplicationWindow ApplicationWindow
{ {
id: allRadio id: allRadio
property string _version: "2.0.14" property string _version: "2.0.15"
property string _language: Qt.locale().name.slice(0,2) property string _language: Qt.locale().name.slice(0,2)
property string _country: Qt.locale().name.slice(-2) property string _country: Qt.locale().name.slice(-2)
property int sleepTime: 0 property int sleepTime: 0

View File

@ -76,7 +76,7 @@ Item {
req.ontimeout = function () { console.log("Timed out!!!"); } req.ontimeout = function () { console.log("Timed out!!!"); }
//console.log("server 2") //console.log("server 2")
req.onreadystatechange = function () { req.onreadystatechange = function () {
console.log(console.log("getList: "+req.status)) //console.log(console.log("getList: "+req.status))
if (req.readyState === 4 && req.status === 200) { if (req.readyState === 4 && req.status === 200) {
var obj = JSON.parse(req.responseText) var obj = JSON.parse(req.responseText)
serversModel.clear() serversModel.clear()

View File

@ -1,7 +1,7 @@
Name: harbour-allradio Name: harbour-allradio
Summary: AllRadio Summary: AllRadio
Version: 2.0.14 Version: 2.0.15
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPL2 License: GPL2