mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixes #723
This commit is contained in:
parent
91295f50b0
commit
9f2fcebc24
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace NzbDrone.Core.Validation.Paths
|
||||||
private readonly IMovieService _seriesService;
|
private readonly IMovieService _seriesService;
|
||||||
|
|
||||||
public MovieExistsValidator(IMovieService seriesService)
|
public MovieExistsValidator(IMovieService seriesService)
|
||||||
: base("This series has already been added")
|
: base("This movie has already been added")
|
||||||
{
|
{
|
||||||
_seriesService = seriesService;
|
_seriesService = seriesService;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue