From ac95c3adae4117b646e80b36270114b4a414a8b0 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 20:24:08 +0300 Subject: [PATCH] . --- lib/pyrrent2http/pyrrent2http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index b636a37..5a34604 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -791,6 +791,7 @@ class Pyrrent2http(object): status = { # 'name' : info.name(), + 'name' : self.TorrentFS.name.split('/')[-1], 'state' : int(tstatus.state), 'state_str' : str(tstatus.state),