Skip to content

Commit 5a2082e

Browse files
committed
v0.5.16
2 parents e855609 + e29f3a0 commit 5a2082e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v0.5.15
414
Released 07 June 2016
515

headphones/searcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ def set_proxy(proxy_url):
13331333

13341334
if headphones.CONFIG.WAFFLES:
13351335
provider = "Waffles.ch"
1336-
providerurl = fix_url("https://www.waffles.ch/browse.php")
1336+
providerurl = fix_url("https://waffles.ch/browse.php")
13371337

13381338
bitrate = None
13391339
if headphones.CONFIG.PREFERRED_QUALITY == 3 or losslessOnly:

0 commit comments

Comments
 (0)