From 5e819fe782e8f88235b9c261a1db1eade31016ea Mon Sep 17 00:00:00 2001 From: dazering Date: Thu, 11 Jun 2026 19:30:58 +0300 Subject: [PATCH] Use correct library code --- HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs b/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs index ea9ca00..d25ad3d 100644 --- a/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs +++ b/HomeLibProt.CollectionManager/Inpx/InpxGenerator.fs @@ -211,7 +211,7 @@ let private getCollectionInfoContent (inpxParameters: InpxParameters) : string = let date = getDateString () $"{name} {libType} - {date} -{name.ToLower}_{libType.ToLower}_{date} +{name.ToLower()}_{libType.ToLower()}_{date} {getOffflineCode inpxParameters.LibraryType} Collection of {name} {libType} books "