Skip to content

Commit

Permalink
Just in case, set label2 for resolved item
Browse files Browse the repository at this point in the history
  • Loading branch information
steeve committed Nov 1, 2013
1 parent ded58f3 commit d0acaa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/site-packages/xbmctorrent/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def loop(self):
url_name = "/".join(map(urllib.quote, biggest_file["name"].split("/")))
plugin.set_resolved_url({
"label": self.magnet_display_name,
"label2": self.magnet_display_name,
"path": "http://%s/files/%s" % (t2h_instance.bind_address, url_name),
"is_playable": True,
})
Expand Down

0 comments on commit d0acaa8

Please sign in to comment.