mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -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,
|
Tags = model.Tags,
|
||||||
Added = model.Added,
|
Added = model.Added,
|
||||||
AddOptions = model.AddOptions,
|
AddOptions = model.AddOptions,
|
||||||
Ratings = model.Ratings
|
Ratings = model.Ratings,
|
||||||
|
|
||||||
|
Statistics = new ArtistStatisticsResource()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue