Background Prefetching for Kavita+ (#2707)
This commit is contained in:
parent
f616b99585
commit
5dc5029a75
35 changed files with 3300 additions and 100 deletions
|
@ -224,7 +224,7 @@ public class EmailService : IEmailService
|
|||
public async Task<bool> SendFilesToEmail(SendToDto data)
|
||||
{
|
||||
var serverSetting = await _unitOfWork.SettingsRepository.GetSettingsDtoAsync();
|
||||
if (!serverSetting.IsEmailSetup()) return false;
|
||||
if (!serverSetting.IsEmailSetupForSendToDevice()) return false;
|
||||
|
||||
var emailOptions = new EmailOptionsDto()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue