forked from abarisain/dmix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MPD: Fix album list with either empty list or invalid list response.
We've been getting automated crash reports where the album key is not included in a list response line, this is probably due to an empty list or possibly an invalid server response line. During repair, I noticed we're doing a lot of unnecessary work with regard to album listing, so this patch fixes that at the same time.
- Loading branch information
Showing
2 changed files
with
13 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters