Cleanup: Remove Unused Variables from ArtistResource.cs

pull/152/head
Qstick 7 years ago
parent ede3a55c68
commit 8116e66d52

@ -29,8 +29,6 @@ namespace Lidarr.Api.V1.Artist
public string Overview { get; set; }
public string ArtistType { get; set; }
public string Disambiguation { get; set; }
public List<string> PrimaryAlbumTypes { get; set; }
public List<string> SecondaryAlbumTypes { get; set; }
public List<Links> Links { get; set; }
public int? AlbumCount { get; set; }

@ -4,7 +4,6 @@ using NzbDrone.Core.Datastore;
using NzbDrone.Core.Profiles.Qualities;
using NzbDrone.Core.Profiles.Languages;
using NzbDrone.Core.Profiles.Metadata;
using NzbDrone.Core.Music;
using System;
using System.Collections.Generic;
using System.Linq;

Loading…
Cancel
Save