mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			1.2.6-Matr
			...
			2.0.0-Matr
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 525f1101c6 | ||
|  | 2a9d84fa8e | ||
|  | c537ad2337 | 
| @@ -1,7 +1,7 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <addon | ||||
| 	id="pvr.octonet" | ||||
| 	version="1.2.6" | ||||
| 	version="2.0.0" | ||||
| 	name="Digital Devices Octopus NET Client" | ||||
| 	provider-name="digitaldevices"> | ||||
| 	<requires>@ADDON_DEPENDS@</requires> | ||||
|   | ||||
| @@ -40,7 +40,7 @@ void ADDON_ReadSettings(void) | ||||
| 		octonetAddress = buffer; | ||||
| } | ||||
|  | ||||
| ADDON_STATUS ADDON_Create(void *callbacks, void* props) | ||||
| ADDON_STATUS ADDON_Create(void* callbacks, const char* globalApiVersion, void* props) | ||||
| { | ||||
| 	if (callbacks == NULL || props == NULL) | ||||
| 		return ADDON_STATUS_UNKNOWN; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user