mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Fixed: Last UI reference to nameSlug, remove from model
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user