mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
DB now stores Artists. DB schema may need small tweaks.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace NzbDrone.Core.Datastore
|
||||
Mapper.Entity<Artist>().RegisterModel("Artist")
|
||||
.Ignore(s => s.RootFolderPath)
|
||||
.Relationship()
|
||||
.HasOne(s => s.Profile, s => s.ProfileId);
|
||||
.HasOne(a => a.Profile, a => a.ProfileId);
|
||||
|
||||
Mapper.Entity<TrackFile>().RegisterModel("TrackFiles")
|
||||
.Ignore(f => f.Path)
|
||||
|
||||
Reference in New Issue
Block a user