Initialize a song's properties to an empty hash.
[euphoria.git] / lib / playlist_item.rb
index 91b5bea1024bc8e86566c29772378a9fd1394e29..5b89ea44ba8eb3a7c078b406a706f238f8af89a2 100644 (file)
@@ -13,7 +13,7 @@ class PlaylistItem
                @selected = false
                @hilighted = false
 
-               @props = nil
+               @props = {}
 
                @xmms.medialib_get_info(id).notifier do |res|
                        self.properties = res.value