mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Decode browse path
This commit is contained in:
parent
b336f07ff9
commit
209008e50d
1 changed files with 1 additions and 1 deletions
|
@ -3845,7 +3845,7 @@ class WebInterface(object):
|
|||
@requireAuth(member_of("admin"))
|
||||
def browse_path(self, key=None, path=None, filter_ext=''):
|
||||
if key:
|
||||
path = base64.b64decode(key)
|
||||
path = base64.b64decode(key).decode('UTF-8')
|
||||
if not path:
|
||||
path = plexpy.DATA_DIR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue