We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e855609 + e29f3a0 commit 5a2082eCopy full SHA for 5a2082e
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.5.16
4
+Released 10 June 2016
5
+
6
+Hotfix update
7
8
+Highlights:
9
+* Fixed: Waffles url
10
11
+The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.5.15...v0.5.16).
12
13
## v0.5.15
14
Released 07 June 2016
15
headphones/searcher.py
@@ -1333,7 +1333,7 @@ def set_proxy(proxy_url):
1333
1334
if headphones.CONFIG.WAFFLES:
1335
provider = "Waffles.ch"
1336
- providerurl = fix_url("https://www.waffles.ch/browse.php")
+ providerurl = fix_url("https://waffles.ch/browse.php")
1337
1338
bitrate = None
1339
if headphones.CONFIG.PREFERRED_QUALITY == 3 or losslessOnly:
0 commit comments