mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-08 17:06:38 +00:00
Fixed: Artist Index Page Blank
This commit is contained in:
@@ -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()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user