Skip to content

Commit

Permalink
Bumped version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkone authored May 29, 2019
1 parent df7e3e9 commit d0d2295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contents/Services/Shared Code/common.pys
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
PREFIX = '/video/bittorrent'
VERSION = '1.1.2'
VERSION = '1.1.3'

HTTP_PORT = 8042

Expand Down Expand Up @@ -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]
return url.split("?v=",1)[1]

0 comments on commit d0d2295

Please sign in to comment.