parent
0d739cd26d
commit
c00cbb9a5a
|
@ -9,7 +9,7 @@ namespace NzbDrone.Core.Tv
|
||||||
private readonly ISeriesService _seriesService;
|
private readonly ISeriesService _seriesService;
|
||||||
|
|
||||||
public SeriesTitleSlugValidator(ISeriesService seriesService)
|
public SeriesTitleSlugValidator(ISeriesService seriesService)
|
||||||
: base("Title slug '{slug}' is in use by series '{seriesTitle}'")
|
: base("Title slug '{slug}' is in use by series '{seriesTitle}'. Check the FAQ for more information")
|
||||||
{
|
{
|
||||||
_seriesService = seriesService;
|
_seriesService = seriesService;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue