From b40a7aa0c55b60c7f385099ac732253b7dd8d0c4 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 20:30:14 +0300 Subject: [PATCH] . --- lib/pyrrent2http/pyrrent2http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,