moved logic for reading static file to mappers

This commit is contained in:
kay.one
2013-08-19 23:23:36 -07:00
parent 290e072f2e
commit 9f0ae763ff
20 changed files with 144 additions and 209 deletions

View File

@@ -1,5 +1,4 @@
using NLog;
using NzbDrone.Core.Tv;
using NzbDrone.Core.Tv;
namespace NzbDrone.Core.Notifications.Xbmc
{
@@ -7,7 +6,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
{
private readonly IXbmcService _xbmcProvider;
public Xbmc(IXbmcService xbmcProvider, Logger logger)
public Xbmc(IXbmcService xbmcProvider)
{
_xbmcProvider = xbmcProvider;
}