Skip to content

Commit

Permalink
added explicit UTF-8 support, because websockify apparently didn't pr…
Browse files Browse the repository at this point in the history
…ovide this
  • Loading branch information
bobboau committed Sep 10, 2017
1 parent 210df05 commit 7540cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2716,6 +2716,7 @@ MPD.Output = function(client, source){
* Lists all songs and directories in path (blank string for root). also returns song file metadata info
* @callback directoryContentsCallback
* @param {directory[]} [directory_contents] - the contents of the directory, will be an array of objects representing director(y|ies) and/or song(s) interleived
*/
/**
* is given search results when the search is complete
* @callback searchResultsCallback
Expand Down

0 comments on commit 7540cda

Please sign in to comment.