mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 01:57:21 +00:00
Cleanup: Remove Unused Variables from ArtistResource.cs
This commit is contained in:
parent
ede3a55c68
commit
8116e66d52
2 changed files with 0 additions and 3 deletions
|
@ -29,8 +29,6 @@ public class ArtistResource : RestResource
|
|||
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.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…
Reference in a new issue