mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -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(m => m.Actors)
|
||||
.Ignore(m => m.Genres)
|
||||
.Ignore(m => m.Tags)
|
||||
// .Ignore(m => m.Tags)
|
||||
.Relationship()
|
||||
.HasOne(s => s.Profile, s => s.ProfileId);
|
||||
//.HasOne(m => m.MovieFile, m => m.MovieFileId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue