Closed GoogleCodeExporter closed 8 years ago
Here is a workaround for that issue:
You have to modify the default.py file located in
.kodi/addons/script.games.rom.collection.browser
Search for the following line in class MAIN():
if param == '' or param == 'script.games.rom.collection.browser':
Add this addional condition:
or param == 'default.py'
The line should now look like:
if param == '' or param == 'script.games.rom.collection.browser' or param ==
'default.py':
Thats worked for me. You should now be able to launch RCB from main menu or
your favorites menu.
good luck
Original comment by eddi.g.r...@gmail.com
on 12 Feb 2015 at 9:14
Fixed with 2.1.0
Original comment by maloep
on 9 Mar 2015 at 5:59
Original issue reported on code.google.com by
hellrais...@googlemail.com
on 6 Jan 2015 at 10:47