mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Cleanup: Remove Unused Variables from ArtistResource.cs
This commit is contained in:
@@ -29,8 +29,6 @@ namespace Lidarr.Api.V1.Artist
|
|||||||
public string Overview { get; set; }
|
public string Overview { get; set; }
|
||||||
public string ArtistType { get; set; }
|
public string ArtistType { get; set; }
|
||||||
public string Disambiguation { 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 List<Links> Links { get; set; }
|
||||||
|
|
||||||
public int? AlbumCount { get; set; }
|
public int? AlbumCount { get; set; }
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ using NzbDrone.Core.Datastore;
|
|||||||
using NzbDrone.Core.Profiles.Qualities;
|
using NzbDrone.Core.Profiles.Qualities;
|
||||||
using NzbDrone.Core.Profiles.Languages;
|
using NzbDrone.Core.Profiles.Languages;
|
||||||
using NzbDrone.Core.Profiles.Metadata;
|
using NzbDrone.Core.Profiles.Metadata;
|
||||||
using NzbDrone.Core.Music;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
Reference in New Issue
Block a user