File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.library.node.editor" name =" Library Node Editor" version =" 2.0.1 " provider-name =" Unfledged, Team-Kodi" >
2+ <addon id =" plugin.library.node.editor" name =" Library Node Editor" version =" 2.0.2 " provider-name =" Unfledged, Team-Kodi" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.unidecode" version =" 1.1.1" />
4141 <icon >icon.png</icon >
4242 </assets >
4343 <news >
44- 2.0.1 (03 /3/2021)
45- - xbmc.translatePath -> xbmcvfs.translatePath
44+ 2.0.2 (05 /3/2021)
45+ - Fix wrong method import
4646 </news >
4747 </extension >
4848</addon >
Original file line number Diff line number Diff line change 1+ 2.0.2 (05/3/2021)
2+ - Fix wrong method import
3+
142.0.1 (03/3/2021)
25- xbmc.translatePath -> xbmcvfs.translatePath
36
Original file line number Diff line number Diff line change 11
22import sys
33import os
4- import xbmc , xmbcvfs , xbmcaddon
4+ import xbmc , xbmccvfs , xbmcaddon
55
66ADDON = xbmcaddon .Addon ()
77ADDONID = ADDON .getAddonInfo ('id' )
You can’t perform that action at this time.
0 commit comments