mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Minor CSS update
This commit is contained in:
parent
dc4e45f72d
commit
6d7e886e8c
8 changed files with 27 additions and 37 deletions
|
@ -124,7 +124,7 @@ namespace NzbDrone.Web.Controllers
|
|||
if (seriesId == 0 || String.IsNullOrWhiteSpace(seriesName))
|
||||
return JsonNotificationResult.Error("Add Existing series failed.", "Invalid Series information");
|
||||
|
||||
_seriesProvider.AddSeries(path, seriesId, qualityProfileId);
|
||||
_seriesProvider.AddSeries(seriesName,path, seriesId, qualityProfileId);
|
||||
ScanNewSeries();
|
||||
|
||||
return JsonNotificationResult.Info(seriesName, "Was added successfully");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue