Initialize properties with nil rather than an empty hash.
[euphoria.git] / lib / playlist_item.rb
index 2a2deacbd4e26a976baa158b8a53edb98246c375..f3d397f0de97b62e9ba86dc09891ecddfe2186d5 100644 (file)
@@ -15,7 +15,7 @@ class PlaylistItem
                @selected = false
                @hilighted = false
 
-               @props = {}
+               @props = nil
 
                @xmms.medialib_get_info(id).notifier do |res|
                        self.properties = res.value