Book: add pdf url as is, not Absolute

This commit is contained in:
Robert McRackan 2021-08-23 16:07:19 -04:00
parent 343c3b62d6
commit f19c46ee45
2 changed files with 3 additions and 3 deletions

View File

@ -120,8 +120,8 @@ namespace DtoImporterService
book.UpdateBookDetails(item.IsAbridged, item.DatePublished); book.UpdateBookDetails(item.IsAbridged, item.DatePublished);
if (!string.IsNullOrWhiteSpace(item.SupplementUrl)) if (!string.IsNullOrWhiteSpace(item.PdfUrl.ToString()))
book.AddSupplementDownloadUrl(item.SupplementUrl); book.AddSupplementDownloadUrl(item.PdfUrl.ToString());
return book; return book;
} }

View File

@ -13,7 +13,7 @@
<!-- <PublishSingleFile>true</PublishSingleFile> --> <!-- <PublishSingleFile>true</PublishSingleFile> -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Version>5.5.3.1</Version> <Version>5.5.3.2</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">