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'?>
 | 
			
		||||
<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>
 | 
			
		||||
    <import addon='xbmc.python' version='2.1.0'/>
 | 
			
		||||
  </requires>
 | 
			
		||||
 | 
			
		||||
@ -52,7 +52,7 @@ class LibraryManager():
 | 
			
		||||
    def __init__(self, dest_path, platform):
 | 
			
		||||
        self.dest_path = dest_path
 | 
			
		||||
        self.platform = platform
 | 
			
		||||
        self.root=os.path.dirname(__file__)
 | 
			
		||||
        self.root=os.path.dirname(os.path.dirname(__file__))
 | 
			
		||||
 | 
			
		||||
    def check_exist(self):
 | 
			
		||||
        for libname in get_libname(self.platform):
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user