diff --git a/Sources/Linaris/PlaylistsPage.xaml b/Sources/Linaris/PlaylistsPage.xaml
index 998dde8..b35cd71 100644
--- a/Sources/Linaris/PlaylistsPage.xaml
+++ b/Sources/Linaris/PlaylistsPage.xaml
@@ -43,7 +43,7 @@
-
+
diff --git a/Sources/Linaris/PlaylistsPage.xaml.cs b/Sources/Linaris/PlaylistsPage.xaml.cs
index 37945ef..965798a 100644
--- a/Sources/Linaris/PlaylistsPage.xaml.cs
+++ b/Sources/Linaris/PlaylistsPage.xaml.cs
@@ -61,6 +61,7 @@ public partial class PlaylistsPage : ContentPage
(Application.Current as App).Manager.AddPlaylist(playlist);
playlists.Add(playlist);
IsNewPlaylist = false;
+ entry.Text = "";
}
}
}