fixed bug related to path streaming

This commit is contained in:
JohnDoee
2015-11-18 11:40:11 +01:00
parent 8f03e719fa
commit 342b9f77a4
4 changed files with 31 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ from setuptools import setup
__plugin_name__ = "Streaming"
__author__ = "John Doee"
__author_email__ = "johndoee@tidalstream.org"
__version__ = "0.4.1"
__version__ = "0.5.0"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."