Compare commits
2 Commits
9fe99ea214
...
e1c10e3dd5
Author | SHA1 | Date | |
---|---|---|---|
e1c10e3dd5 | |||
b05acea06b |
@ -13,7 +13,7 @@ import "helpers"
|
||||
ApplicationWindow
|
||||
{
|
||||
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 _country: Qt.locale().name.slice(-2)
|
||||
property int sleepTime: 0
|
||||
|
@ -84,7 +84,7 @@ Item {
|
||||
addIfNotExist(obj[key])
|
||||
}
|
||||
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();
|
||||
|
@ -6,7 +6,7 @@ Name: harbour-allradio
|
||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||
|
||||
Summary: AllRadio
|
||||
Version: 2.0.13
|
||||
Version: 2.0.14
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: GPL2
|
||||
|
Loading…
x
Reference in New Issue
Block a user