url encode question marks
This commit is contained in:
parent
82fbae7942
commit
c78eb62659
@ -114,4 +114,5 @@ def convert_filepath(path):
|
|||||||
"""Convert a filepath to a URL."""
|
"""Convert a filepath to a URL."""
|
||||||
path = config.server_homepage + '/library/' + path
|
path = config.server_homepage + '/library/' + path
|
||||||
#path = parse.quote(path)
|
#path = parse.quote(path)
|
||||||
|
path = path.replace('?', '%3F')
|
||||||
return path
|
return path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user