trying to fix bug with setting priority too often

This commit is contained in:
Anders Jensen
2018-09-21 21:43:12 +02:00
parent 1398e5042b
commit 4b1d3799b5
3 changed files with 51 additions and 11 deletions

View File

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