From d0d22958f8490b7d6f7b1089513b6476082d5aab Mon Sep 17 00:00:00 2001 From: Thomas Texier Date: Wed, 29 May 2019 18:52:14 -0400 Subject: [PATCH] Bumped version to 1.1.3 --- Contents/Services/Shared Code/common.pys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contents/Services/Shared Code/common.pys b/Contents/Services/Shared Code/common.pys index ffcc1e8..e62b781 100644 --- a/Contents/Services/Shared Code/common.pys +++ b/Contents/Services/Shared Code/common.pys @@ -1,6 +1,6 @@ ################################################################################ PREFIX = '/video/bittorrent' -VERSION = '1.1.2' +VERSION = '1.1.3' HTTP_PORT = 8042 @@ -69,4 +69,4 @@ def fill_youtube_video_object(video_object): video_object.art = thumb def youtube_video_url(url): - return url.split("?v=",1)[1] \ No newline at end of file + return url.split("?v=",1)[1]