You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[python] update xbmc.translatePath() to xbmcvfs (#405)
* [python] update xbmc.translatePath() to xbmcvfs
xbmc.translatePath is deprecated and might be removed in future kodi versions.
Please use xbmcvfs.translatePath instead.
The reference if from: xbmc/xbmc#17735
* Support Kodi v18, add stub xbmcvfs.translatePath
Co-authored-by: Dag Wieers <[email protected]>
0 commit comments