Adjusted code to account for folders within directory. Now cover image always gets the first image.

This commit is contained in:
Joseph Milazzo 2021-01-09 14:57:31 -06:00
parent 7bf04dcdac
commit 6b4617bab3
4 changed files with 16 additions and 7 deletions

View file

@ -0,0 +1,7 @@
namespace API.Entities
{
public class AppUserProgress
{
}
}