mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
cleanup
This commit is contained in:
parent
ee4322b9cc
commit
1e39f6cd9a
2 changed files with 0 additions and 7 deletions
|
@ -105,8 +105,6 @@ namespace NzbDrone.Core.ImportLists.Youtube
|
|||
|
||||
public override object RequestAction(string action, IDictionary<string, string> query)
|
||||
{
|
||||
Console.Out.WriteLine(action);
|
||||
|
||||
return base.RequestAction(action, query);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,11 +19,6 @@ namespace NzbDrone.Core.ImportLists.Youtube
|
|||
{
|
||||
protected virtual AbstractValidator<TSettings> Validator => new YoutubeSettingsBaseValidator<TSettings>();
|
||||
|
||||
public YoutubeSettingsBase()
|
||||
{
|
||||
BaseUrl = "todo";
|
||||
}
|
||||
|
||||
public string BaseUrl { get; set; }
|
||||
|
||||
public virtual string Scope => "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue