mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
!wip
This commit is contained in:
parent
2d15b7c7d4
commit
1b2891684c
18 changed files with 137 additions and 439 deletions
|
@ -4,6 +4,8 @@ using Ombi.Api.TheMovieDb.Models;
|
|||
using Ombi.Core.Models.Search;
|
||||
using Ombi.Core.Models.Search.V2;
|
||||
using Ombi.TheMovieDbApi.Models;
|
||||
using Keywords = Ombi.Core.Models.Search.V2.Keywords;
|
||||
using KeywordsValue = Ombi.Api.TheMovieDb.Models.KeywordsValue;
|
||||
|
||||
namespace Ombi.Mapping.Profiles
|
||||
{
|
||||
|
@ -87,6 +89,8 @@ namespace Ombi.Mapping.Profiles
|
|||
CreateMap<Ombi.Api.TheMovieDb.Models.FullMovieCrew, Ombi.Core.Models.Search.V2.FullMovieCrewViewModel>().ReverseMap();
|
||||
CreateMap<Ombi.Api.TheMovieDb.Models.ExternalIds, Ombi.Core.Models.Search.V2.ExternalIds>().ReverseMap();
|
||||
CreateMap<BelongsToCollection, Ombi.Core.Models.Search.V2.CollectionsViewModel>().ReverseMap();
|
||||
CreateMap<Api.TheMovieDb.Models.Keywords, Ombi.Core.Models.Search.V2.Keywords>().ReverseMap();
|
||||
CreateMap<KeywordsValue, Ombi.Core.Models.Search.V2.KeywordsValue>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue