Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
sailfish-apps
Received
Commits
d3578cac
Commit
d3578cac
authored
Jul 22, 2020
by
Kempe
Browse files
[BUGFIX] Change default api url
parent
d2659a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qml/components/python/api.py
qml/components/python/api.py
+1
-1
No files found.
qml/components/python/api.py
View file @
d3578cac
...
...
@@ -33,7 +33,7 @@ RESULTS_PER_PAGE = 100
class
Radio_API
:
def
__init__
(
self
):
self
.
apiBaseUrl
=
"http://
www
.rad
.
io"
self
.
apiBaseUrl
=
"http://
api
.radio
.net
"
self
.
sortType
=
SORT_TYPES
[
'popular'
]
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment