@ -57,12 +57,6 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'albumFolder',
label: 'Album Folder',
isVisible: true
name: 'path',
label: 'Path',
@ -8,7 +8,6 @@ namespace Lidarr.Api.V1.Artist
public bool? Monitored { get; set; }
public int? QualityProfileId { get; set; }
public int? MetadataProfileId { get; set; }
public bool? AlbumFolder { get; set; }
public string RootFolderPath { get; set; }
public List<int> Tags { get; set; }
public ApplyTags ApplyTags { get; set; }
@ -8,7 +8,6 @@ namespace NzbDrone.Core.MediaFiles.TrackImport
public int MetadataProfileId { get; set; }
public int LanguageProfileId { get; set; }
public int QualityProfileId { get; set; }
public bool AlbumFolder { get; set; }
public MonitorTypes Monitored { get; set; }
public HashSet<int> Tags { get; set; }
}