diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 19f6a13..8fb6fda 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -794,7 +794,7 @@ class Pyrrent2http(object): status = { # 'name' : info.name(), - 'name' : self.TorrentFS.name.split('/')[-1], + 'name' : self.TorrentFS.path.split('/')[-1], 'state' : int(tstatus.state), 'state_str' : str(tstatus.state), 'error' : tstatus.error,