Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Koloskov committed Sep 3, 2024
1 parent d21422f commit a6b0c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Elib2EbookWeb/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
var cookieContainer = new CookieContainer();
using var tempSave = TempFolderFactory.Create("test", true);
using var tempSave = TempFolderFactory.Create("Books", true);
options.Timeout = 10;
options.SavePath = tempSave.Path;
Expand Down

0 comments on commit a6b0c47

Please sign in to comment.