diff --git a/src/NzbDrone.Core/Indexers/Definitions/AroLol.cs b/src/NzbDrone.Core/Indexers/Definitions/AroLol.cs index 5c12cdfc6..a3d68a63f 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/AroLol.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/AroLol.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using AngleSharp.Html.Parser; using NLog; @@ -10,6 +11,7 @@ using NzbDrone.Core.Messaging.Events; namespace NzbDrone.Core.Indexers.Definitions; +[Obsolete("Site has shutdown")] public class AroLol : GazelleBase { public override string Name => "aro.lol";