diff --git a/CHANGELOG.md b/CHANGELOG.md index 94486a60..1037f8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.5.16 +Released 10 June 2016 + +Hotfix update + +Highlights: +* Fixed: Waffles url + +The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.5.15...v0.5.16). + ## v0.5.15 Released 07 June 2016 diff --git a/headphones/searcher.py b/headphones/searcher.py index dd1547db..c8f16184 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1333,7 +1333,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None, if headphones.CONFIG.WAFFLES: provider = "Waffles.ch" - providerurl = fix_url("https://www.waffles.ch/browse.php") + providerurl = fix_url("https://waffles.ch/browse.php") bitrate = None if headphones.CONFIG.PREFERRED_QUALITY == 3 or losslessOnly: