Fixed: Search on Artist Add, Monitor None Option on Artist Add

This commit is contained in:
Qstick
2017-11-25 01:08:54 -05:00
parent f7f6ad159c
commit 9dcf90d241
6 changed files with 21 additions and 58 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Datastore;
namespace NzbDrone.Core.Music
{
public class MonitoringOptions : IEmbeddedDocument
{
public bool IgnoreTracksWithFiles { get; set; }
public bool IgnoreTracksWithoutFiles { get; set; }
public bool IgnoreAlbumsWithFiles { get; set; }
public bool IgnoreAlbumsWithoutFiles { get; set; }
public bool Monitored { get; set; }
}
}