Skip to content

Commit

Permalink
reverted lowercase for some prefixes (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Apr 12, 2023
1 parent 3a0e5c0 commit 7813aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/iptv.py
Expand Up @@ -51,7 +51,7 @@
_ENIGMA2_REFERENCE = "{}:{}:{:X}:{:X}:{:X}:{:X}:{:X}:0:0:0"
_PATTERN = re.compile("(?:^[\\s]*$|\\D)")
_UI_PATH = UI_RESOURCES_PATH + "iptv.glade"
_URL_PREFIXES = {"YT-DLP": "yt-dlp://", "YT-DL": "yt-dl://", "STREAMLINK": "streamlink://", "No": None}
_URL_PREFIXES = {"YT-DLP": "YT-DLP://", "YT-DL": "YT-DL://", "STREAMLINK": "streamlink://", "No": None}


def is_data_correct(elems):
Expand Down

0 comments on commit 7813aeb

Please sign in to comment.