mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
130257fdd4
(cherry picked from commit e3545801721e00d4e5cac3fa534e66dcbe9d2d05)
9 lines
155 B
C#
9 lines
155 B
C#
using NzbDrone.Core.ThingiProvider.Status;
|
|
|
|
namespace NzbDrone.Core.Notifications
|
|
{
|
|
public class NotificationStatus : ProviderStatusBase
|
|
{
|
|
}
|
|
}
|