Skip to content

Commit

Permalink
remove playlist description
Browse files Browse the repository at this point in the history
  • Loading branch information
brollin committed Nov 6, 2024
1 parent 4fc7a0f commit e4b2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlaylistEditor/PlaylistLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const PlaylistLibrary = observer(function PlaylistLibrary() {
username,
usingLocalData,
name: "New Playlist",
description: "New Playlist",
description: "",
orderedExperienceIds: [],
});
runInAction(() => {
Expand Down

0 comments on commit e4b2aff

Please sign in to comment.