From dfce5a9b81a496e7f8baa89e69d82a703cf0e8a6 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Mon, 23 Dec 2019 21:07:36 -0500 Subject: [PATCH] Update config.py --- SpiffyTitles/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiffyTitles/config.py b/SpiffyTitles/config.py index 783b090..a5eae89 100644 --- a/SpiffyTitles/config.py +++ b/SpiffyTitles/config.py @@ -270,7 +270,7 @@ conf.registerChannelValue(SpiffyTitles.imdb, 'logo', # IMDB template conf.registerChannelValue(SpiffyTitles.imdb, 'template', - registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}} [{{rated}}], {{genre}}, {{runtime}}) :: IMDB: {{imdb_rating}} MC: {{metascore}} :: {{plot}}", _("""IMDB title template"""))) + registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}}, [{{rated}}], {{genre}}, {{runtime}}) :: IMDB: {{imdb_rating}} MC: {{metascore}} :: {{plot}}", _("""IMDB title template""")))