feat: normalize release-cardinal fields out of track into a Release entity (Phase 8 §8.0)
This commit is contained in:
@@ -4,6 +4,7 @@ namespace DeepDrftModels.DTOs;
|
||||
/// One distinct album with its track count and a representative cover image key. Backs the
|
||||
/// /albums browse grid.
|
||||
/// </summary>
|
||||
[Obsolete("Replaced by ReleaseDto. Use ITrackService.GetReleases().")]
|
||||
public class AlbumSummaryDto
|
||||
{
|
||||
public required string Album { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user