Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/ff79363336852749a7bae5689ae62f84547f0924 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix genres being ambigious error

pull/2191/head
Anojh 7 years ago
parent bcedcd3944
commit ff79363336

@ -68,7 +68,7 @@ namespace Ombi.Mapping.Profiles
.ForMember(x => x.ReleaseDate, o => o.MapFrom(s => s.release_date))
.ForMember(x => x.Type, o => o.MapFrom(s => s.Type));
CreateMap<Genre, GenreDto>();
CreateMap<TheMovieDbApi.Models.Genre, GenreDto>();
CreateMap<MovieSearchResult, SearchMovieViewModel>().ReverseMap();
CreateMap<MovieResponseDto, SearchMovieViewModel>().ReverseMap();

Loading…
Cancel
Save