diff --git a/src/components/CreatePlaylistModal.vue b/src/components/CreatePlaylistModal.vue index 872176f0..0f2201d1 100644 --- a/src/components/CreatePlaylistModal.vue +++ b/src/components/CreatePlaylistModal.vue @@ -21,7 +21,7 @@ export default { emits: ["created", "close"], data() { return { - playlistName: "", + playlistName: "New Playlist", }; }, mounted() {