YouTube WatchLater problem

http://paste.osmc.io/luhahoxabo

/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py

watch later

        if 'watchLater' in playlists and settings.get_bool('youtube.folder.watch_later.show', True): 
            watch_later_item = DirectoryItem(context.localize(self.LOCAL_MAP['youtube.watch_later']), 
                                             context.create_uri( 
                                                 ['channel', 'mine', 'playlist', ' WL']),

~/.kodi/temp/kodi.log
DEBUG: [plugin.video.youtube] Path: "/channel/mine/playlist/WL/

No space before WL, and dont work WatchLater

This seems to be a bug in the plugin.

Please contact the plugin developer for support.

But it work for LibreElec.
Something in the system trims spaces.

?

Are all plugins in both systems up to date?

And mybe the space before the WL is wrong?

DEBUG: [plugin.video.youtube] Setting content-type: “episodes” for “/channel/mine/playlist/ WL/”

This LibreElec,it works.
And Pivos Xios Kodi works too.
(

OSMC does not trim spaces within add-on code. You should seek support from the addon developer.