Skip to content

Commit

Permalink
enable Colors Tv on Desi Tashan
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-alpha committed Nov 5, 2016
1 parent 780da72 commit 003e82e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Contents/Code/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
TITLE = L('Title')
VERSION = '0.02' # Release notation (x.y - where x is major and y is minor)
VERSION = '0.03' # Release notation (x.y - where x is major and y is minor)
GITHUB_REPOSITORY = 'coder-alpha/DesiTelly.bundle'
PREFIX = "/video/desitelly"
################################################################################
Expand Down Expand Up @@ -35,6 +35,7 @@
CHANNELVV = 'Channel V'
BINDASS = 'Bindass'
COLORSTVCHAN = 'Colors Tv Channel'
COLORS_TV = 'Colors Tv'
SABTVCHAN = 'SabTv Channel'
SONYPAL = 'Sony Pal'
DDNATIONAL = 'DD National'
Expand Down Expand Up @@ -107,6 +108,7 @@ def GetSupportedChannels():
XINXMEDIA.lower(),
NDTV.lower(),
COLORSTV.lower(),
COLORS_TV.lower(),
MTVIN.lower(),
CHANNELVV.lower(),
BINDASS.lower(),
Expand Down Expand Up @@ -171,7 +173,7 @@ def GetThumb(channel):
icon = R('icon-saharaone.png')
elif channel == STARJALSHA.lower():
icon = R('icon-starjalsha.png')
elif channel == COLORS.lower() or channel == COLORSTV.lower() or channel == COLORSTVCHAN.lower():
elif channel == COLORS.lower() or channel == COLORSTV.lower() or channel == COLORSTVCHAN.lower() or channel == COLORS_TV.lower():
icon = R('icon-colors.png')
elif channel == SABTV.lower() or channel == SABTVCHAN.lower():
icon = R('icon-sabtv.png')
Expand Down

0 comments on commit 003e82e

Please sign in to comment.