mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed XBMC CleanLibrary
This commit is contained in:
@@ -75,7 +75,7 @@ namespace NzbDrone.Core.Providers
|
|||||||
foreach (var host in _configProvider.GetValue("XbmcHosts", "localhost:80", true).Split(','))
|
foreach (var host in _configProvider.GetValue("XbmcHosts", "localhost:80", true).Split(','))
|
||||||
{
|
{
|
||||||
Logger.Trace("Sending DB Clean Request to XBMC Host: {0}", host);
|
Logger.Trace("Sending DB Clean Request to XBMC Host: {0}", host);
|
||||||
var command = String.Format("ExecBuiltIn(CleanLibrary(database) )");
|
var command = String.Format("ExecBuiltIn(CleanLibrary(video))");
|
||||||
SendCommand(host, command);
|
SendCommand(host, command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user