Limit number of playlists displayed in the sidebar, to avoid UI freezes

This commit is contained in:
Deluan
2021-10-02 21:39:33 -04:00
parent 2b105ca77b
commit e673360087
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -18,3 +18,5 @@ DraggableTypes.ALL.push(
DraggableTypes.DISC,
DraggableTypes.ARTIST
)
export const MAX_SIDEBAR_PLAYLISTS = 100