CC-3923: Show Timefilter - Even If the time filter is scheduled for yesterday it displays the Show played today
-fixed
This commit is contained in:
parent
b586d69d09
commit
33f77c8c28
|
@ -96,7 +96,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
iRange = iEnd - iStart;
|
||||
|
||||
if (iRange === 0 || iEnd < iStart) {
|
||||
if (iEnd < iStart) {
|
||||
iEnd = iStart + DEFAULT_RANGE;
|
||||
iRange = DEFAULT_RANGE;
|
||||
}
|
||||
|
@ -110,4 +110,4 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
return AIRTIME;
|
||||
|
||||
}(AIRTIME || {}));
|
||||
}(AIRTIME || {}));
|
||||
|
|
Loading…
Reference in New Issue