mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Tags disappearing (Fixes #2204)
This commit is contained in:
parent
72631eab8f
commit
1a22486aba
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ namespace NzbDrone.Core.Datastore
|
||||||
.Ignore(s => s.RootFolderPath)
|
.Ignore(s => s.RootFolderPath)
|
||||||
.Ignore(m => m.Actors)
|
.Ignore(m => m.Actors)
|
||||||
.Ignore(m => m.Genres)
|
.Ignore(m => m.Genres)
|
||||||
.Ignore(m => m.Tags)
|
// .Ignore(m => m.Tags)
|
||||||
.Relationship()
|
.Relationship()
|
||||||
.HasOne(s => s.Profile, s => s.ProfileId);
|
.HasOne(s => s.Profile, s => s.ProfileId);
|
||||||
//.HasOne(m => m.MovieFile, m => m.MovieFileId);
|
//.HasOne(m => m.MovieFile, m => m.MovieFileId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue