change core

This commit is contained in:
Łukasz Góreczny 2021-04-04 00:45:53 +02:00
parent 23e370fd25
commit 199c98fb27

View File

@ -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",