feat: normalize release-cardinal fields out of track into a Release entity (Phase 8 §8.0)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
var result = await CmsTrackService.GetAlbumSummariesAsync();
|
||||
var result = await CmsTrackService.GetReleasesAsync();
|
||||
_albumCount = result.Success && result.Value is not null ? result.Value.Count : null;
|
||||
if (!result.Success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user