Fixed: Artist Index Page Blank

pull/6/head
Qstick 7 years ago
parent 94cca69e92
commit 4c74f97153

@ -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()
};
}

Loading…
Cancel
Save