mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Added the new advanced search into the search page too.
This commit is contained in:
parent
7ca1272ca4
commit
89db8eb728
2 changed files with 19 additions and 4 deletions
|
@ -114,7 +114,7 @@ namespace PlexRequests.Services.Jobs
|
|||
matchResult = IsMovieAvailable(movies, r.Title, releaseDate, r.ImdbId);
|
||||
break;
|
||||
case RequestType.TvShow:
|
||||
matchResult = IsTvShowAvailable(shows, r.Title, releaseDate, r.ProviderId.ToString());
|
||||
matchResult = IsTvShowAvailable(shows, r.Title, releaseDate, r.TvDbId);
|
||||
break;
|
||||
case RequestType.Album:
|
||||
matchResult = IsAlbumAvailable(albums, r.Title, r.ReleaseDate.Year.ToString(), r.ArtistName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue