This commit is contained in:
Stefano-retinize
2026-07-06 18:36:00 +00:00
committed by GitHub
+2
View File
@@ -357,6 +357,8 @@ def normalize_channel(channel):
return channel return channel
elif channel.startswith('http://') and get_config()['http_channel_enabled'] == True: elif channel.startswith('http://') and get_config()['http_channel_enabled'] == True:
return channel return channel
elif channel.startswith('\\\\') or os.path.isabs(channel):
return channel
tmp_dict = get_channel_dict() tmp_dict = get_channel_dict()
channel_url = tmp_dict.get(channel) channel_url = tmp_dict.get(channel)