From 199c98fb2755e372eb4abf72ac272849ff047a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20G=C3=B3reczny?= Date: Sun, 4 Apr 2021 00:45:53 +0200 Subject: [PATCH] change core --- ShadowLibrary/Core.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShadowLibrary/Core.hs b/ShadowLibrary/Core.hs index 678df33..e43adbc 100644 --- a/ShadowLibrary/Core.hs +++ b/ShadowLibrary/Core.hs @@ -93,7 +93,7 @@ data ShadowItem = ShadowItem { url :: Maybe String, title :: String, itype :: String, - originalDate :: Maybe String, + originalDate :: String, creator :: Maybe String, format :: Maybe String, lang :: Maybe String, @@ -105,7 +105,7 @@ defaultShadowItem url title = ShadowItem { url = Just url, title = title, itype = "periodical", - originalDate = Nothing, + originalDate = "", creator = Nothing, format = Just "pdf", lang = Just "pol",