File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
service.libraryautoupdate Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon id =" service.libraryautoupdate"
3- name =" Library Auto Update" version =" 1.2.3 " provider-name =" robweber" >
3+ name =" Library Auto Update" version =" 1.2.4 " provider-name =" robweber" >
44 <requires >
55 <import addon =" xbmc.python" version =" 3.0.0" />
66 <import addon =" script.module.dateutil" version =" 2.7.3" />
7878 <assets >
7979 <icon >resources/media/icon.png</icon >
8080 </assets >
81- <news >Version 1.2.3
82- - fix for hourly timer settings not working </news >
81+ <news >Version 1.2.4
82+ - use a connection check URL instead of google.com </news >
8383 </extension >
8484</addon >
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ def databaseUpdated(self, database):
337337
338338 def _networkUp (self ):
339339 try :
340- urlopen ('http://www.google .com' , timeout = 1 )
340+ urlopen ('http://connectivitycheck.gstatic .com/generate_204 ' , timeout = 1 )
341341 return True
342342 except Exception :
343343 pass
You can’t perform that action at this time.
0 commit comments