You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localStorage has size limitation. In order to fit more playlists and more items in them, we can compress the data before putting it in.
This should not be on by default, as save is triggered on events like tag read, which may happend too often. Another reason is not to break compatibility with old playlists.
The text was updated successfully, but these errors were encountered:
localStorage
has size limitation. In order to fit more playlists and more items in them, we can compress the data before putting it in.This should not be on by default, as save is triggered on events like tag read, which may happend too often. Another reason is not to break compatibility with old playlists.
The text was updated successfully, but these errors were encountered: