#90: Adding functionality to download cover art (#97)

* Added endpoint to download cover art

* Code cleanup

* More cleanup
This commit was merged in pull request #97.
This commit is contained in:
Kun Deng
2024-06-16 18:28:08 -04:00
committed by GitHub
parent 23c50de468
commit 270b7d059c
18 changed files with 18 additions and 105 deletions
+1 -12
View File
@@ -1,16 +1,5 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Icarus.Controllers.Managers;
using Icarus.Models;