FIx Server ed errore jsontools in Ricerca globale
This commit is contained in:
@@ -40,9 +40,11 @@ def start(itemlist, item):
|
||||
return itemlist
|
||||
|
||||
import xbmc
|
||||
control_item = Item().fromurl(xbmc.getInfoLabel('Container.FolderPath'))
|
||||
if control_item.action == item.action:
|
||||
return itemlist
|
||||
control_info = xbmc.getInfoLabel('Container.FolderPath')
|
||||
if control_info:
|
||||
control_item = Item().fromurl()
|
||||
if control_item.action == item.action:
|
||||
return itemlist
|
||||
|
||||
if config.get_setting('autoplay') or item.autoplay:
|
||||
# Save the current value of "Action and Player Mode" in preferences
|
||||
|
||||
Reference in New Issue
Block a user