mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Remove AlbumFolder column in Mass Editor
This commit is contained in:
parent
99924e969f
commit
77b565c882
3 changed files with 0 additions and 8 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue