Side Nav Redesign (#2310)
This commit is contained in:
parent
5c2ebb87cc
commit
00dddaefae
88 changed files with 5971 additions and 572 deletions
|
|
@ -16,6 +16,7 @@ using API.DTOs.Scrobbling;
|
|||
using API.DTOs.Search;
|
||||
using API.DTOs.SeriesDetail;
|
||||
using API.DTOs.Settings;
|
||||
using API.DTOs.SideNav;
|
||||
using API.DTOs.Theme;
|
||||
using API.Entities;
|
||||
using API.Entities.Enums;
|
||||
|
|
@ -54,6 +55,7 @@ public class AutoMapperProfiles : Profile
|
|||
CreateMap<AgeRating, AgeRatingDto>();
|
||||
CreateMap<PublicationStatus, PublicationStatusDto>();
|
||||
CreateMap<MediaError, MediaErrorDto>();
|
||||
CreateMap<AppUserExternalSource, ExternalSourceDto>();
|
||||
CreateMap<ScrobbleHold, ScrobbleHoldDto>()
|
||||
.ForMember(dest => dest.LibraryId,
|
||||
opt =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue