Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo Title updated #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Contents/Code/__init__.py
Expand Up @@ -6,10 +6,10 @@
import re, urllib

# Set global variables
TITLE = "Ccloud Tv"
TITLE = "cCloud TV BETA | Popcorntime for LIVE TV"
PREFIX = "/video/ccloudtv"
ART = "art-default.jpg"
ICON = "icon-ccloudtv.png"
ICON = "http://i.imgur.com/yX8CKx3.png"
ICON_LIST = "icon-list.png"
ICON_SEARCH = "icon-search.png"
ICON_SERIES = "icon-series.png"
Expand Down Expand Up @@ -218,7 +218,7 @@ def GetRedirector(url):
# https://forums.plex.tv/index.php/topic/83083-iptvbundle-plugin-that-plays-iptv-streams-from-a-m3u-playlist/?hl=iptv
# https://github.com/Cigaras/IPTV.bundle
#
# Copyright 2013-2015 Valdas Vaitiekaitis
# Copyright © 2013-2015 Valdas Vaitiekaitis

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -460,4 +460,4 @@ def ClearBookmarks():
Dict[channelNum] = 'removed'
#Log("url remove-----------" + str(url))
Dict.Save()
return ObjectContainer(header="My Bookmarks", message='Your bookmark list will be cleared soon.')
return ObjectContainer(header="My Bookmarks", message='Your bookmark list will be cleared soon.')