🐛 Fixed cover fetching

This commit is contained in:
Oskar Dudziński
2025-11-24 20:00:35 +01:00
parent d56398168e
commit a794fa0673
+2
View File
@@ -35,6 +35,8 @@ class Cover:
log.debug(f"got cover {self.url}")
self.data = req.content
return req.content
def save_to_directory(self, path: Path):