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, url :: Maybe String,
title :: String, title :: String,
itype :: String, itype :: String,
originalDate :: Maybe String, originalDate :: String,
creator :: Maybe String, creator :: Maybe String,
format :: Maybe String, format :: Maybe String,
lang :: Maybe String, lang :: Maybe String,
@ -105,7 +105,7 @@ defaultShadowItem url title = ShadowItem {
url = Just url, url = Just url,
title = title, title = title,
itype = "periodical", itype = "periodical",
originalDate = Nothing, originalDate = "",
creator = Nothing, creator = Nothing,
format = Just "pdf", format = Just "pdf",
lang = Just "pol", lang = Just "pol",