CC-5331: Now Playing keeps refreshing sometimes
- typo in GET request parameters causing overriding of data
This commit is contained in:
parent
1e59ab836d
commit
632b11c0ab
|
@ -312,7 +312,7 @@ AIRTIME = (function(AIRTIME) {
|
||||||
if (fn.hasOwnProperty("ops")) {
|
if (fn.hasOwnProperty("ops")) {
|
||||||
data["myShows"] = fn.ops.myShows;
|
data["myShows"] = fn.ops.myShows;
|
||||||
data["showFilter"] = fn.ops.showFilter;
|
data["showFilter"] = fn.ops.showFilter;
|
||||||
data["showFilter"] = fn.ops.showInstanceFilter;
|
data["showInstanceFilter"] = fn.ops.showInstanceFilter;
|
||||||
}
|
}
|
||||||
|
|
||||||
$.ajax( {
|
$.ajax( {
|
||||||
|
|
Loading…
Reference in New Issue