mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
[UI Work] Add Overview Artist Index View
This commit is contained in:
parent
f6fc78d927
commit
566ac1a9d3
41 changed files with 1337 additions and 138 deletions
|
@ -81,7 +81,7 @@ namespace Lidarr.Api.V3.Calendar
|
|||
//occurrence.Description = album.Overview;
|
||||
//occurrence.Categories = new List<string>() { album.Series.Network };
|
||||
|
||||
occurrence.Start = new CalDateTime(album.ReleaseDate.Value) { HasTime = false };
|
||||
occurrence.Start = new CalDateTime(album.ReleaseDate.Value.ToLocalTime()) { HasTime = false };
|
||||
|
||||
occurrence.Summary = $"{album.Artist.Name} - {album.Title}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue