Skip to content

Commit

Permalink
Merge branch 'pr/83'
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Oct 12, 2024
2 parents 3fe4b9a + 61415b7 commit ebf2831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/trackers/PTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def __init__(self, config):
("Czech", "cze", "cz", "cs"): 30,
("Danish", "dan", "da"): 10,
("Dutch", "dut", "nl"): 9,
("English", "eng", "en", "English (CC)", "English - SDH"): 3,
("English - Forced", "English (Forced)", "en (Forced)"): 50,
("English Intertitles", "English (Intertitles)", "English - Intertitles", "en (Intertitles)"): 51,
("English", "eng", "en", "en-US", "English (CC)", "English - SDH"): 3,
("English - Forced", "English (Forced)", "en (Forced)", "en-US (Forced)"): 50,
("English Intertitles", "English (Intertitles)", "English - Intertitles", "en (Intertitles)", "en-US (Intertitles)"): 51,
("Estonian", "est", "et"): 38,
("Finnish", "fin", "fi"): 15,
("French", "fre", "fr"): 5,
Expand Down

0 comments on commit ebf2831

Please sign in to comment.