mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Tags disappearing (Fixes #2204)
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user