mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
this should cover it!
This commit is contained in:
parent
7f5136120d
commit
c090b3efa1
15 changed files with 166 additions and 331 deletions
|
@ -7,6 +7,13 @@ namespace NzbDrone.Core.Notifications.Plex
|
|||
{
|
||||
public class TestPlexClientCommand : Command
|
||||
{
|
||||
public override bool SendUpdatesToClient
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; }
|
||||
public string Username { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue