Fixed: Artist Index Page Blank

This commit is contained in:
Qstick 2018-03-16 22:44:20 -04:00
parent 94cca69e92
commit 4c74f97153
1 changed files with 3 additions and 1 deletions

View File

@ -101,7 +101,9 @@ namespace Lidarr.Api.V1.Artist
Tags = model.Tags,
Added = model.Added,
AddOptions = model.AddOptions,
Ratings = model.Ratings
Ratings = model.Ratings,
Statistics = new ArtistStatisticsResource()
};
}