mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
ExternalNotificationProvider complete, XBMC only for now.
This commit is contained in:
parent
0cb20b0092
commit
e166cb1b2d
2 changed files with 10 additions and 11 deletions
|
@ -73,7 +73,6 @@ namespace NzbDrone.Core.Providers
|
|||
foreach (var host in _configProvider.GetValue("XbmcHosts", "localhost:80", true).Split(','))
|
||||
{
|
||||
Logger.Trace("Sending DB Clean Request to XBMC Host: {0}", host);
|
||||
|
||||
var command = String.Format("ExecBuiltIn(CleanLibrary(database) )");
|
||||
SendCommand(host, command);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue