Closed nelu closed 2 weeks ago
Seems the _getdir plugins has a problem displaying file names containing multiple spaces " " The issue is similiar with https://github.com/nelu/rutorrent-filemanager/issues/54
A similar fix with https://github.com/nelu/rutorrent-filemanager/issues/54 if possible: textVar.replace(/ /g, '\u00a0')
textVar.replace(/ /g, '\u00a0')
Docker: https://hub.docker.com/r/unzel/rutorrent-filemanager/
Shows without whitespaces for a file named " Poma":
" Poma"
While in the reality the file is named:
Can you submit a PR? We'll test and review it.
What would you like changed about the web client?
Seems the _getdir plugins has a problem displaying file names containing multiple spaces " " The issue is similiar with https://github.com/nelu/rutorrent-filemanager/issues/54
Describe the solution you'd like and propose possible alternatives.
A similar fix with https://github.com/nelu/rutorrent-filemanager/issues/54 if possible:
textVar.replace(/ /g, '\u00a0')
Provide information and resources about the environment hosting the web client.
Docker: https://hub.docker.com/r/unzel/rutorrent-filemanager/
Additional context
Shows without whitespaces for a file named
" Poma"
:While in the reality the file is named: