lib/mpd_client.rb in mpd_client-0.0.5 vs lib/mpd_client.rb in mpd_client-0.0.6

- old
+ new

@@ -1,7 +1,5 @@ -# encoding: utf-8 - require 'socket' require "mpd_client/version" HELLO_PREFIX = "OK MPD " ERROR_PREFIX = "ACK " @@ -89,10 +87,10 @@ "search" => "fetch_songs", "searchadd" => "fetch_nothing", "searchaddp1" => "fetch_nothing", "update" => "fetch_item", "rescan" => "fetch_item", - "readcomments" => "fetch_item", + "readcomments" => "fetch_object", # Mounts and neighbors "mount" => "fetch_nothing", "unmount" => "fetch_nothing", "listmounts" => "fetch_mounts", "listneighbors" => "fetch_neighbors",