From 622e2de07dde23e3d3c4c6141985c1a0e06d8bbb Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 13 Sep 2018 21:43:51 -0400 Subject: [PATCH] Fix: Last.Fm UserId message --- src/NzbDrone.Core/ImportLists/LastFm/LastFmApi.cs | 1 - src/NzbDrone.Core/ImportLists/LastFm/LastFmUserSettings.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/ImportLists/LastFm/LastFmApi.cs b/src/NzbDrone.Core/ImportLists/LastFm/LastFmApi.cs index 1767b1878..b52c9f710 100644 --- a/src/NzbDrone.Core/ImportLists/LastFm/LastFmApi.cs +++ b/src/NzbDrone.Core/ImportLists/LastFm/LastFmApi.cs @@ -1,4 +1,3 @@ - using System.Collections.Generic; namespace NzbDrone.Core.ImportLists.LastFm diff --git a/src/NzbDrone.Core/ImportLists/LastFm/LastFmUserSettings.cs b/src/NzbDrone.Core/ImportLists/LastFm/LastFmUserSettings.cs index bd4cf9a24..07d7ad41c 100644 --- a/src/NzbDrone.Core/ImportLists/LastFm/LastFmUserSettings.cs +++ b/src/NzbDrone.Core/ImportLists/LastFm/LastFmUserSettings.cs @@ -27,7 +27,7 @@ namespace NzbDrone.Core.ImportLists.LastFm public string BaseUrl { get; set; } public string ApiKey { get; set; } - [FieldDefinition(0, Label = "Last.fm UserID", HelpText = "User to pull artists from, blank defaults to global top artists")] + [FieldDefinition(0, Label = "Last.fm UserID", HelpText = "Last.fm UserId to pull artists from")] public string UserId { get; set; } [FieldDefinition(1, Label = "Count", HelpText = "Number of results to pull from list (Max 1000)", Type = FieldType.Number)]