Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Apr 10, 2012
1 parent 905d800 commit e3c7962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelr/player.rb
Expand Up @@ -26,7 +26,7 @@ def self.play_dump(file)
def self.list
Dir[File.join(Shelr::DATA_DIR, "**", 'meta')].each do |path|
metadata = JSON.parse(IO.read(path))
puts "#{metadata["created_at"]}: #{metadata["title"]}"
puts "#{metadata["recorded_at"]}: #{metadata["title"]}"
end
end

Expand Down

0 comments on commit e3c7962

Please sign in to comment.