mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Artist Index Page Blank
This commit is contained in:
parent
94cca69e92
commit
4c74f97153
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue