mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 12:34:39 +00:00
remove chinese comment
This commit is contained in:
parent
d96c22a9e9
commit
63a711843b
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class API(object):
|
|||
or "https://" in path.lower()
|
||||
):
|
||||
protocol, rest = path.split("://", 1)
|
||||
ends_with_slash = rest.endswith("/") # 记录是否以/结尾
|
||||
ends_with_slash = rest.endswith("/")
|
||||
if "/" in rest:
|
||||
host, path_part = rest.split("/", 1)
|
||||
path_part = "/".join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue