Can't load spotify playlists recently

mopidy.playlists.getPlaylists().then((playlists) => { console.log(playlists) }) gives me
[ { __model__: 'Playlist', last_modified: 1525653182210, name: '[Radio Streams]', uri: 'm3u:%5BRadio%20Streams%5D.m3u8' } ]

(I have a few playlists)

This used to work correctly but recently fails.

All other spotify functions still work though, including searching or playing tracks.

1 Like