lib/tvdb2/episode.rb in tvdb2-0.1.2 vs lib/tvdb2/episode.rb in tvdb2-0.1.3

- old
+ new

@@ -87,9 +87,10 @@ hash = {} FIELDS.each do |field| hash[field.to_sym] = instance_variable_get("@#{field}") end hash[:name] = @episodeName + hash[:x] = self.x return hash end private