Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/15c6b3c308a2139eac56adc05674073ce7432a29 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: (Shazbat) Added season and episode to search capabilities

pull/1753/head
Ryan S 1 year ago committed by GitHub
parent 9676447c74
commit 15c6b3c308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -101,7 +101,7 @@ public class Shazbat : TorrentIndexerBase<ShazbatSettings>
{
TvSearchParams = new List<TvSearchParam>
{
TvSearchParam.Q
TvSearchParam.Q, TvSearchParam.Season, TvSearchParam.Ep
},
Flags = new List<IndexerFlag>
{

Loading…
Cancel
Save