From ed780b31279e708c6fbdf96dba4b414e7bbe9666 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 4 Oct 2020 21:38:17 +0200 Subject: [PATCH] Remove weird thing --- src/Core.elm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core.elm b/src/Core.elm index 29325fc..026a1b4 100644 --- a/src/Core.elm +++ b/src/Core.elm @@ -111,7 +111,6 @@ update msg model = _ -> Nothing - -- String.split "/" (Maybe.withDefault "" (List.head splits)) ( playlistName, videoName ) = case split of p :: v :: _ ->