Compare commits

..

2 Commits

Author SHA1 Message Date
e1c10e3dd5 Changed backup-lookup-server. 2025-05-31 21:20:16 +02:00
b05acea06b Bump version 2.0.14 2025-05-31 21:19:41 +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.13" property string _version: "2.0.14"
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

@ -84,7 +84,7 @@ Item {
addIfNotExist(obj[key]) addIfNotExist(obj[key])
} }
getRandom() getRandom()
} else if (req.readyState === 4 && req.status === 502) {lookup="http://de1.api.radio-browser.info/json/servers";getList();} } else if (req.readyState === 4 && req.status === 502) {lookup="http://de2.api.radio-browser.info/json/servers";getList();}
}; };
req.send(); req.send();

View File

@ -6,7 +6,7 @@ Name: harbour-allradio
%{?qtc_builddir:%define _builddir %qtc_builddir} %{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: AllRadio Summary: AllRadio
Version: 2.0.13 Version: 2.0.14
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPL2 License: GPL2