Skip to content

Commit

Permalink
update changelog from master
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Nov 25, 2019
1 parent b9f50fa commit b15964a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@
* Extend Api::playlist_generate (add new mode 'unplayed')
* Bump API version to 400002 because of this extension

## 4.0.1

* Bug fix that would cause albums to be recreated in Album::check
* Added 'file' to Song::find

## 4.0.0

### Backend
Expand Down
1 change: 1 addition & 0 deletions upnp/control-reply.php
Expand Up @@ -19,6 +19,7 @@
$requestRaw = file_get_contents('php://input');
if ($requestRaw != '') {
$upnpRequest = Upnp_Api::parseUPnPRequest($requestRaw);

//!!debug_event('control-reply', 'Request: ' . $requestRaw, 5);
} else {
echo T_('Received an empty UPnP request');
Expand Down

0 comments on commit b15964a

Please sign in to comment.