mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
moved logic for reading static file to mappers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user