mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
return encoded name
This commit is contained in:
parent
7d002e03ef
commit
3e0cf1949d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def char_replace(name_in):
|
|||
break
|
||||
if encoding and not encoding == core.SYS_ENCODING:
|
||||
encoded = True
|
||||
name_enc = name.decode(encoding).encode(core.SYS_ENCODING)
|
||||
name = name.decode(encoding).encode(core.SYS_ENCODING)
|
||||
return encoded, name
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue