1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Notification API Cleanup

This commit is contained in:
Keivan Beigi
2016-12-27 23:52:20 -08:00
committed by GitHub
parent 03b83ed226
commit a34e69b35b
24 changed files with 227 additions and 224 deletions
@@ -5,7 +5,7 @@ using NLog;
using NzbDrone.Core.Rest;
using NzbDrone.Core.Tv;
namespace NzbDrone.Core.Notifications.MediaBrowser
namespace NzbDrone.Core.Notifications.Emby
{
public interface IMediaBrowserService
{