[XBMC] use videoobmc instaed of videoobmc2
This commit is contained in:
parent
579db854e8
commit
94b193d5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import constants
|
||||||
from base.actions import BaseAction
|
from base.actions import BaseAction
|
||||||
from menu import MenuItem, MenuItemVideo, MenuItemPath
|
from menu import MenuItem, MenuItemVideo, MenuItemPath
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from videoobmc2 import Videoobmc
|
from videoobmc import Videoobmc
|
||||||
|
|
||||||
if hasattr(sys.modules["__main__"], "common_xbmc"):
|
if hasattr(sys.modules["__main__"], "common_xbmc"):
|
||||||
common_xbmc = sys.modules["__main__"].common_xbmc
|
common_xbmc = sys.modules["__main__"].common_xbmc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue