From adf79a662754427fbc9bdcccdfbddc85c7b2e858 Mon Sep 17 00:00:00 2001 From: imbane Date: Tue, 9 Jun 2015 22:42:36 -0700 Subject: [PATCH 1/2] issue --- Contents/DefaultPrefs.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Contents/DefaultPrefs.json b/Contents/DefaultPrefs.json index cb51a94..389288b 100644 --- a/Contents/DefaultPrefs.json +++ b/Contents/DefaultPrefs.json @@ -1 +1,26 @@ -[ { "id": "web_url", "label": "Ccloud TV Web URL (including http or https eg: http://www.google.com)", "type": "text", "default": "http://www.google.com" }, { "id": "use_precache", "label": "Use Precache (load in background)", "type": "bool", "default": "false" }, { "id": "rtmp", "label": "Enable rtmp links", "type": "bool", "default": "false" }, { "id": "mms", "label": "Enable mms links", "type": "bool", "default": "false" }, ] \ No newline at end of file +[ + { + "id": "web_url", + "label": "cCloud TV BETA | Popcorntime for Live TV", + "type": "text", + "default": "http://ccloud.corrent.org/ch/l/tv?" + }, + { + "id": "use_precache", + "label": "Use Precache (load in background)", + "type": "bool", + "default": "false" + }, + { + "id": "rtmp", + "label": "Enable rtmp links", + "type": "bool", + "default": "false" + }, + { + "id": "mms", + "label": "Enable mms links", + "type": "bool", + "default": "false" + }, +] From 499a0747b6d6cd8f90bf352e6a55a362c79ea286 Mon Sep 17 00:00:00 2001 From: imbane Date: Tue, 9 Jun 2015 22:55:48 -0700 Subject: [PATCH 2/2] Update DefaultPrefs.json --- Contents/DefaultPrefs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/DefaultPrefs.json b/Contents/DefaultPrefs.json index 389288b..d60b5a6 100644 --- a/Contents/DefaultPrefs.json +++ b/Contents/DefaultPrefs.json @@ -1,7 +1,7 @@ [ { "id": "web_url", - "label": "cCloud TV BETA | Popcorntime for Live TV", + "label": "cCloud TV BETA | Popcorntime for LIVE TV", "type": "text", "default": "http://ccloud.corrent.org/ch/l/tv?" },