Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update addon.js
Browse files
    	
        addon.js
    CHANGED
    
    | @@ -2,7 +2,7 @@ const axios = require('axios').default; | |
| 2 | 
             
            const { handleChannelRequest, getEpgInfoBatch } = require('./tvGuide');
         | 
| 3 |  | 
| 4 | 
             
            axios.defaults.headers.get["content-type"] = "application/json";
         | 
| 5 | 
            -
            axios.defaults.timeout =  | 
| 6 | 
             
            axios.defaults.method = "GET"
         | 
| 7 |  | 
| 8 | 
             
            function getUserData(userConf) {
         | 
|  | |
| 2 | 
             
            const { handleChannelRequest, getEpgInfoBatch } = require('./tvGuide');
         | 
| 3 |  | 
| 4 | 
             
            axios.defaults.headers.get["content-type"] = "application/json";
         | 
| 5 | 
            +
            axios.defaults.timeout = 100000
         | 
| 6 | 
             
            axios.defaults.method = "GET"
         | 
| 7 |  | 
| 8 | 
             
            function getUserData(userConf) {
         |