1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

De-dupe Tags

Fixed: Remove duplicate tags and prevent new ones from being created
This commit is contained in:
Mark McDowall
2015-02-12 08:07:28 -08:00
parent 3ed8f0ea84
commit b7e609a7d5
10 changed files with 368 additions and 19 deletions
-1
View File
@@ -16,7 +16,6 @@ using NzbDrone.Core.Tv.Events;
using NzbDrone.Core.Validation.Paths;
using NzbDrone.Core.DataAugmentation.Scene;
using NzbDrone.SignalR;
using Omu.ValueInjecter;
namespace NzbDrone.Api.Series
{