mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Fixed XBMC CleanLibrary
This commit is contained in:
parent
636f352599
commit
b2b4423c92
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public void Clean()
|
|||
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) )");
|
||||
var command = String.Format("ExecBuiltIn(CleanLibrary(video))");
|
||||
SendCommand(host, command);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue