diff options
Diffstat (limited to 'abs/extra/mythexpress/mythprotocol.js.patch')
-rw-r--r-- | abs/extra/mythexpress/mythprotocol.js.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/mythexpress/mythprotocol.js.patch b/abs/extra/mythexpress/mythprotocol.js.patch new file mode 100644 index 0000000..ebfe808 --- /dev/null +++ b/abs/extra/mythexpress/mythprotocol.js.patch @@ -0,0 +1,12 @@ +--- src/MythExpress-build/mythtv/mythprotocol.js.orig 2016-04-27 22:00:34.538603111 +0000 ++++ src/MythExpress-build/mythtv/mythprotocol.js 2016-04-28 15:20:43.518464024 +0000 +@@ -53,7 +53,8 @@ + "85" : "BluePool", + "86" : "(ノಠ益ಠ)ノ彡┻━┻", + "87" : "(ノಠ益ಠ)ノ彡┻━┻_No_entiendo!)", +- "Latest" : "87" ++ "88" : "XmasGift", ++ "Latest" : "88" + }; + + var reconnectInterval = 6; |