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 GitHub
parent 0ffcfccf1d
commit d8877e1e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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