mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
elite-tracker: replace subfrench #6855
This commit is contained in:
@@ -256,7 +256,7 @@ namespace Jackett.Common.Indexers
|
|||||||
|
|
||||||
// issue #6855 Replace VOSTFR with ENGLISH
|
// issue #6855 Replace VOSTFR with ENGLISH
|
||||||
if (configData.Vostfr.Value)
|
if (configData.Vostfr.Value)
|
||||||
release.Title = release.Title.Replace("VOSTFR", "ENGLISH");
|
release.Title = release.Title.Replace("VOSTFR", "ENGLISH").Replace("SUBFRENCH", "ENGLISH");
|
||||||
|
|
||||||
var qPretime = qTags.QuerySelector("font.mkprettytime");
|
var qPretime = qTags.QuerySelector("font.mkprettytime");
|
||||||
if (qPretime != null)
|
if (qPretime != null)
|
||||||
|
Reference in New Issue
Block a user