Kodi Community Forum

Full Version: Container.Update requires xbmcplugin.endofdirectory on V18, but does not v17
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello

when I call

xbmc.executebuiltin("Container.Update(someurl)")

On V17 it is dispacthed succesfully on V18, container is not updated, unless I call xbmcplugin.endofdirectory(...).

Is this behaviour on purpose?
maybe use xbmc.executebuiltin("Container.Refresh")
They are basically same thing, except refresh resets the history, but still, behaviour is the same, i had checked that one.