lib/where_to/configuration.rb in where_to-0.9.0 vs lib/where_to/configuration.rb in where_to-0.9.1
- old
+ new
@@ -1,10 +1,11 @@
module WhereTo
class Configuration
- attr_accessor :folder_format
+ attr_accessor :folder_format, :tvdb_api_key
def initialize
@folder_format = "%series_title/Season %season_number (%season_airdate)/"
+ @tvdb_api_key = "You need to get one before you can lookup episode information automatically"
end
def folder_format
@folder_format.dup
end
\ No newline at end of file