diff --git a/platformcode/autorenumber.py b/platformcode/autorenumber.py index 81dbade3..8d2fd55a 100644 --- a/platformcode/autorenumber.py +++ b/platformcode/autorenumber.py @@ -132,11 +132,12 @@ class autorenumber(): else: self.renumberdict = {} for item in self.itemlist: - item.context = [{"title": typo(config.get_localized_string(70585), 'bold'), - "action": "start", - "channel": "autorenumber", - "from_channel": item.channel, - "from_action": item.action}] + if item.contentType != 'movie': + item.context = [{"title": typo(config.get_localized_string(70585), 'bold'), + "action": "start", + "channel": "autorenumber", + "from_channel": item.channel, + "from_action": item.action}] def config(self): # Pulizia del Titolo