kodi 17 fix
This commit is contained in:
		
							parent
							
								
									0032f49ab9
								
							
						
					
					
						commit
						deb4fa01cb
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
 | 
					<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
 | 
				
			||||||
<addon id='script.module.libtorrent' version='1.0.9a' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
 | 
					<addon id='script.module.libtorrent' version='1.0.9b' name='python-libtorrent' provider-name='DiMartino, srg70, RussakHH, aisman'>
 | 
				
			||||||
  <requires>
 | 
					  <requires>
 | 
				
			||||||
    <import addon='xbmc.python' version='2.1.0'/>
 | 
					    <import addon='xbmc.python' version='2.1.0'/>
 | 
				
			||||||
  </requires>
 | 
					  </requires>
 | 
				
			||||||
 | 
				
			|||||||
@ -52,7 +52,7 @@ class LibraryManager():
 | 
				
			|||||||
    def __init__(self, dest_path, platform):
 | 
					    def __init__(self, dest_path, platform):
 | 
				
			||||||
        self.dest_path = dest_path
 | 
					        self.dest_path = dest_path
 | 
				
			||||||
        self.platform = platform
 | 
					        self.platform = platform
 | 
				
			||||||
        self.root=os.path.dirname(__file__)
 | 
					        self.root=os.path.dirname(os.path.dirname(__file__))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def check_exist(self):
 | 
					    def check_exist(self):
 | 
				
			||||||
        for libname in get_libname(self.platform):
 | 
					        for libname in get_libname(self.platform):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user