Compare commits
No commits in common. "e1c10e3dd50497c52c689146923b3b129f630912" and "9fe99ea2140b5b03508e7d0217aea400a5a8af42" have entirely different histories.
e1c10e3dd5
...
9fe99ea214
@ -13,7 +13,7 @@ import "helpers"
|
|||||||
ApplicationWindow
|
ApplicationWindow
|
||||||
{
|
{
|
||||||
id: allRadio
|
id: allRadio
|
||||||
property string _version: "2.0.14"
|
property string _version: "2.0.13"
|
||||||
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
|
||||||
|
@ -84,7 +84,7 @@ Item {
|
|||||||
addIfNotExist(obj[key])
|
addIfNotExist(obj[key])
|
||||||
}
|
}
|
||||||
getRandom()
|
getRandom()
|
||||||
} else if (req.readyState === 4 && req.status === 502) {lookup="http://de2.api.radio-browser.info/json/servers";getList();}
|
} else if (req.readyState === 4 && req.status === 502) {lookup="http://de1.api.radio-browser.info/json/servers";getList();}
|
||||||
};
|
};
|
||||||
|
|
||||||
req.send();
|
req.send();
|
||||||
|
@ -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.14
|
Version: 2.0.13
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPL2
|
License: GPL2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user