Skip to content

Commit ba5b9f5

Browse files
author
jusjoken
committed
SD EPG fixed EPG update code to handle if user disables SD EPG without a restart 5
1 parent f85f5c6 commit ba5b9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/sage/EPG.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public void run()
703703
//******TEMP*****check out some variables
704704
//if (Sage.DBG) System.out.println("EPG****** within syncronized for loop i:" + i + " minWait:" + minWait + " currWait:" + currWait);
705705

706-
if (Sage.DBG) System.out.println(sources.elementAt(i) + " needs an update in " + Sage.durFormat(currWait));
706+
//if (Sage.DBG) System.out.println(sources.elementAt(i) + " needs an update in " + Sage.durFormat(currWait));
707707
}
708708
}
709709
if(Sage.getBoolean("sdepg_core/bypassEPGUpdates", false)){

0 commit comments

Comments
 (0)