X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/c7734daf3d6884c358f1644c1f8f7970453fafb1..af72c4ed58e541d491dafbfe4ecb163662f402b5:/src/librarian/cover.py diff --git a/src/librarian/cover.py b/src/librarian/cover.py index 4fd3d45..0e9b079 100644 --- a/src/librarian/cover.py +++ b/src/librarian/cover.py @@ -989,7 +989,7 @@ class FactoryCover(LogoWLCover): from librarian.covers.marquise import MarquiseCover, LabelMarquiseCover COVER_CLASSES = { - 'default': LogoWLCover, + 'legacy': LogoWLCover, 'kmlu': KMLUCover, 'mpw': MPWCover, 'atrium': AtriumCover, @@ -1000,6 +1000,7 @@ COVER_CLASSES = { 'factory': FactoryCover, 'm': MarquiseCover, 'm-label': LabelMarquiseCover, + 'default': MarquiseCover, }