further cleanup

This commit is contained in:
msramalho
2023-01-21 19:57:54 +00:00
parent 9bd8ea0994
commit 746f6a333e
9 changed files with 8 additions and 46 deletions

View File

@@ -35,11 +35,6 @@ class HtmlFormatter(Formatter):
}
def format(self, item: Metadata) -> Media:
media = item.media
# thumbnails
# TODO: thumbnails_media work per media, gah
# if self.detect_thumbnails:
content = self.template.render(
url=item.get_url(),
title=item.get_title(),