mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-21 11:05:32 +01:00
v0.5.16
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user