summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpdlib.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpdlib.rb b/mpdlib.rb
index 8cd14a6..bd25637 100644
--- a/mpdlib.rb
+++ b/mpdlib.rb
@@ -45,5 +45,7 @@ class MPD
field, value = line.split(': ')
hash[field] = value
end
+
+ return hash
end
end