diff --git a/tubesync/sync/models.py b/tubesync/sync/models.py index ebd3535..4c99f71 100644 --- a/tubesync/sync/models.py +++ b/tubesync/sync/models.py @@ -435,8 +435,6 @@ class Source(models.Model): 'yyyy': now.strftime('%Y'), 'mm': now.strftime('%m'), 'dd': now.strftime('%d'), - 'hh': now.strftime('%H'), - 'min': now.strftime('%M'), 'source': self.slugname, 'source_full': self.name, 'title': 'some-media-title-name', @@ -920,8 +918,6 @@ class Media(models.Model): 'yyyy': dateobj.strftime('%Y'), 'mm': dateobj.strftime('%m'), 'dd': dateobj.strftime('%d'), - 'hh': dateobj.strftime('%H'), - 'min': dateobj.strftime('%M'), 'source': self.source.slugname, 'source_full': self.source.name, 'title': self.slugtitle, diff --git a/tubesync/sync/templates/sync/_mediaformatvars.html b/tubesync/sync/templates/sync/_mediaformatvars.html index 5f01a97..33a694e 100644 --- a/tubesync/sync/templates/sync/_mediaformatvars.html +++ b/tubesync/sync/templates/sync/_mediaformatvars.html @@ -33,16 +33,6 @@