Fix a traceback when going live with presentation

This commit is contained in:
Tomas Groth 2018-11-06 22:00:58 +01:00
parent 14a3239a6e
commit 3fbfd7592b

View File

@ -523,7 +523,7 @@ class ServiceItem(RegistryProperties):
if self.is_image() or self.is_capable(ItemCapabilities.IsOptical):
path_from = frame['filename']
else:
path_from = os.path.join(frame['filename'], frame['title'])
path_from = os.path.join(frame['path'], frame['title'])
return path_from
def remove_frame(self, frame):