Fixed: Last UI reference to nameSlug, remove from model

This commit is contained in:
Qstick
2018-01-21 23:22:12 -05:00
parent afc4aeb25f
commit b0070e0229
17 changed files with 6 additions and 279 deletions
@@ -74,7 +74,6 @@ namespace NzbDrone.Core.Music
}
artist.Name = artistInfo.Name;
artist.NameSlug = artistInfo.NameSlug;
artist.Overview = artistInfo.Overview;
artist.Status = artistInfo.Status;
artist.CleanName = artistInfo.CleanName;