Renamed plugin script file

This commit is contained in:
Roman Miroshnychenko (Work) 2015-08-31 13:18:12 +03:00
parent e07fea9b9c
commit 242f52ff2c
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ provider-name="Roman_V_M">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">

View File