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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue