Remove https from twitchemotes domain
This commit is contained in:
parent
b18a22e83d
commit
ed6993cc08
|
@ -2,7 +2,7 @@
|
||||||
* Version: 2.1
|
* Version: 2.1
|
||||||
* Author: Jiiks | http://jiiks.net
|
* Author: Jiiks | http://jiiks.net
|
||||||
* Date: 27/08/2015 - 15:51
|
* Date: 27/08/2015 - 15:51
|
||||||
* Last Update: 30/11/2015 - 21:41
|
* Last Update: 10/02/2015 - 02:05 GMT
|
||||||
* https://github.com/Jiiks/BetterDiscordApp
|
* https://github.com/Jiiks/BetterDiscordApp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
||||||
'load-emoteData-twitchGlobal': {
|
'load-emoteData-twitchGlobal': {
|
||||||
'type': 'emotedata',
|
'type': 'emotedata',
|
||||||
'resource': 'Twitch Global Emotedata',
|
'resource': 'Twitch Global Emotedata',
|
||||||
'domain': 'https://twitchemotes.com',
|
'domain': 'twitchemotes.com',
|
||||||
'url': '/api_cache/v2/global.json',
|
'url': '/api_cache/v2/global.json',
|
||||||
'localurl': null,
|
'localurl': null,
|
||||||
'message': 'load-emoteData-twitchSub',
|
'message': 'load-emoteData-twitchSub',
|
||||||
|
@ -364,7 +364,7 @@ BetterDiscord.prototype.ipcAsyncMessage = function(event, arg) {
|
||||||
'load-emoteData-twitchSub': {
|
'load-emoteData-twitchSub': {
|
||||||
'type': 'emotedata',
|
'type': 'emotedata',
|
||||||
'resource': 'Twitch Subscriber Emotedata',
|
'resource': 'Twitch Subscriber Emotedata',
|
||||||
'domain': 'https://twitchemotes.com',
|
'domain': 'twitchemotes.com',
|
||||||
'url': '/api_cache/v2/subscriber.json',
|
'url': '/api_cache/v2/subscriber.json',
|
||||||
'localurl': null,
|
'localurl': null,
|
||||||
'message': 'load-emoteData-ffz',
|
'message': 'load-emoteData-ffz',
|
||||||
|
|
Loading…
Reference in New Issue