SpiffyTitles: fix default IMDb template

This commit is contained in:
oddluck 2020-02-25 06:30:17 +00:00
parent 1b238f8a2b
commit 43a1ad8f41

View File

@ -293,7 +293,7 @@ conf.registerChannelValue(SpiffyTitles.imdb, 'logo',
# IMDB template # IMDB template
conf.registerChannelValue(SpiffyTitles.imdb, 'template', conf.registerChannelValue(SpiffyTitles.imdb, 'template',
registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}}, [{{rated}}], {{genre}}, {{runtime}}) :: IMDb: {{imdb_rating}} | MC: {{metascore}} | RT: {{tomatoMeter}} :: {{plot}} :: Director: {{director}} :: Cast: {{actors}} :: Writer: {writer}}", _("""IMDB title template"""))) registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}}, [{{rated}}], {{genre}}, {{runtime}}) :: IMDb: {{imdb_rating}} | MC: {{metascore}} | RT: {{tomatoMeter}} :: {{plot}} :: Director: {{director}} :: Cast: {{actors}} :: Writer: {{writer}}", _("""IMDB title template""")))