#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
-2
View File
@@ -1,7 +1,5 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using Newtonsoft.Json;