diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-28 15:39:35 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-28 15:39:35 (GMT) |
commit | 3440ea7444495de8f38aad0d19d007cc5d934473 (patch) | |
tree | 04c9d605d15303dd2cea3e85a9180fc75bc23ca9 /abs/extra/mythexpress/mythprotocol.js.patch | |
parent | 65bb91f1fbd6e4237dbeaed44790a35afbcea2bf (diff) | |
download | linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.zip linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.tar.gz linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.tar.bz2 |
mythexpress: update to latest
add mythprotocol.js patch to work with .28
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; |