From 19041de5677f20af9b654851005a5ae420394fde Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sat, 28 Oct 2023 03:01:25 -0700 Subject: [PATCH] fix(indexers): capitalize TheOldSchool (#1222) --- internal/indexer/definitions/theoldschool.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/indexer/definitions/theoldschool.yaml b/internal/indexer/definitions/theoldschool.yaml index 852c01f..dbb4f3d 100644 --- a/internal/indexer/definitions/theoldschool.yaml +++ b/internal/indexer/definitions/theoldschool.yaml @@ -20,7 +20,7 @@ settings: help: "Click on your nick / Go to Settings / Security / Copy the RID (RSS Key) and paste it here." irc: - network: theoldschool.cc + network: TheOldSchool server: irc.theoldschool.cc port: 1337 tls: true @@ -74,4 +74,4 @@ irc: match: infourl: "/torrents/{{ .torrentId }}" - torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}" \ No newline at end of file + torrenturl: "/torrent/download/{{ .torrentId }}.{{ .rsskey }}"