diff options
Diffstat (limited to 'settings.js')
-rw-r--r-- | settings.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.js b/settings.js index 312c76a..7f5b70f 100644 --- a/settings.js +++ b/settings.js @@ -127,6 +127,7 @@ var files = new Array(); // 5 = extinfo // 6 = eventid // 7 = EPGNow / EPGNext +// 8 = parentalRating var EPG = new Array(); EPG[0] = new Array(); @@ -139,6 +140,7 @@ EPG[0][4] = new Array(); EPG[0][5] = new Array(); EPG[0][6] = new Array(); EPG[0][7] = new Array(); +EPG[0][8] = new Array(); EPG[1][1] = new Array(); EPG[1][2] = new Array(); EPG[1][3] = new Array(); @@ -146,6 +148,7 @@ EPG[1][4] = new Array(); EPG[1][5] = new Array(); EPG[1][6] = new Array(); EPG[1][7] = new Array(); +EPG[1][8] = new Array(); EPG[2][1] = new Array(); EPG[2][2] = new Array(); EPG[2][3] = new Array(); @@ -153,6 +156,7 @@ EPG[2][4] = new Array(); EPG[2][5] = new Array(); EPG[2][6] = new Array(); EPG[2][7] = new Array(); +EPG[2][8] = new Array(); var osdtimeout = 0; var osdVolumetimeout = 0; |