mirror of https://github.com/lidarr/Lidarr
Fix: Last.Fm UserId message
This commit is contained in:
parent
a069ce40ad
commit
622e2de07d
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace NzbDrone.Core.ImportLists.LastFm
|
namespace NzbDrone.Core.ImportLists.LastFm
|
||||||
|
|
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.ImportLists.LastFm
|
||||||
public string BaseUrl { get; set; }
|
public string BaseUrl { get; set; }
|
||||||
public string ApiKey { 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; }
|
public string UserId { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "Count", HelpText = "Number of results to pull from list (Max 1000)", Type = FieldType.Number)]
|
[FieldDefinition(1, Label = "Count", HelpText = "Number of results to pull from list (Max 1000)", Type = FieldType.Number)]
|
||||||
|
|
Loading…
Reference in New Issue