Example #1
0
 public async Task <IActionResult> SaveAsync()
 {
     _tvShowsSettings.Client = DownloadClient.Disabled;
     DownloadClientsSettingsRepository.SetDisabledClient(_tvShowsSettings);
     return(Ok(new { ok = true }));
 }