mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: List Tags and Prevent Delete of Tag if on List
This commit is contained in:
@@ -67,7 +67,6 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
Mapper.Entity<NetImportDefinition>().RegisterDefinition("NetImport")
|
||||
.Ignore(i => i.Enable)
|
||||
.Ignore(d => d.Tags)
|
||||
.Relationship()
|
||||
.HasOne(n => n.Profile, n => n.ProfileId);
|
||||
|
||||
|
Reference in New Issue
Block a user