diff --git a/tubesync/sync/models.py b/tubesync/sync/models.py index 3ba87ec..cdadb16 100644 --- a/tubesync/sync/models.py +++ b/tubesync/sync/models.py @@ -1041,7 +1041,7 @@ class Media(models.Model): 'mm': dateobj.strftime('%m'), 'dd': dateobj.strftime('%d'), 'source': self.source.slugname, - 'source_full': self.source.name, + 'source_full': clean_filename(self.source.name), 'title': self.slugtitle, 'title_full': clean_filename(self.title), 'key': self.key,