Fixed: (SceneTime) Obsolete - migrated to YAML for Torznab API

This commit is contained in:
ilike2burnthing
2026-04-08 05:13:23 +01:00
committed by Auggie
parent 0ffcfccf1d
commit 28bd80d3aa

View File

@@ -19,6 +19,7 @@ using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete("Migrated to YAML for Torznab API")]
public class SceneTime : TorrentIndexerBase<SceneTimeSettings>
{
public override string Name => "SceneTime";