imdb in progress...

This commit is contained in:
Julien Veyssier 2013-03-04 05:06:31 +01:00
commit a82483727b
4 changed files with 62 additions and 21 deletions

View file

@ -47,7 +47,7 @@ class SubtitleInfoFormatter(IFormatter):
result += 'LANG: %s\n' % obj.language
result += 'NB CD: %s\n' % obj.nb_cd
result += '\n%sDescription%s\n' % (self.BOLD, self.NC)
result += obj.description
result += '%s'%obj.description
return result