mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 21:24:52 +01: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 @@ public static ArtistResource ToResource(this NzbDrone.Core.Music.Artist model)
|
|||
Tags = model.Tags,
|
||||
Added = model.Added,
|
||||
AddOptions = model.AddOptions,
|
||||
Ratings = model.Ratings
|
||||
Ratings = model.Ratings,
|
||||
|
||||
Statistics = new ArtistStatisticsResource()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue