Skip to content

Commit

Permalink
Fixed #2440
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Aug 18, 2018
1 parent 5bfee43 commit 61a2a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi.Api.Radarr/RadarrApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public async Task<RadarrAddMovieResponse> AddMovie(int tmdbId, string title, int
tmdbId = tmdbId,
qualityProfileId = qualityId,
rootFolderPath = rootPath,
titleSlug = title,
titleSlug = title + year,
monitored = true,
year = year,
minimumAvailability = minimumAvailability
Expand Down

0 comments on commit 61a2a59

Please sign in to comment.