diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index bdbfb7912..4827c1980 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -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):