mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fixed: Integration Unit Tests (#2500)
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = NzbDroneCell.extend({
|
||||
var data = field.val();
|
||||
|
||||
var promise = $.ajax({
|
||||
url : window.NzbDrone.ApiRoot + '/movies/lookup/tmdb?tmdbId=' + data,
|
||||
url : window.NzbDrone.ApiRoot + '/movie/lookup/tmdb?tmdbId=' + data,
|
||||
type : 'GET',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user