Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Switching back to the default formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Schoen committed Jan 15, 2012
1 parent d144f68 commit 2a1e3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tvrenamer.rb
Expand Up @@ -37,7 +37,7 @@ def process_file(file)
unless episode.nil? || episode.season_number == 0

if self.syntax.nil?
self.syntax = "%S - s%0se%0e - %T"
self.syntax = "%S - %0sx%0e - %T"
end

new_name = self.syntax \
Expand Down

0 comments on commit 2a1e3f8

Please sign in to comment.