From 8561a1506156e03e99019d11e1a7b70fce40cd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C9=91rry=20Shiv=C9=91m?= Date: Thu, 8 May 2025 10:48:02 +0530 Subject: [PATCH] Small typo fix in DownloadOptions.Factory.cs --- Source/FileLiberator/DownloadOptions.Factory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FileLiberator/DownloadOptions.Factory.cs b/Source/FileLiberator/DownloadOptions.Factory.cs index 7c3d3c81..5934328b 100644 --- a/Source/FileLiberator/DownloadOptions.Factory.cs +++ b/Source/FileLiberator/DownloadOptions.Factory.cs @@ -28,7 +28,7 @@ public partial class DownloadOptions { var license = await ChooseContent(api, libraryBook, config); - //Come audiobooks will have incorrect chapters in the metadata returned from the license request, + //Some audiobooks will have incorrect chapters in the metadata returned from the license request, //but the metadata returned by the content metadata endpoint will be correct. Call the content //metadata endpoint and use its chapters. Only replace the license request chapters if the total //lengths match (defensive against different audio formats having slightly different lengths).