From a3eb3a7f505a5898c4f98e1f425b553aa8031d4a Mon Sep 17 00:00:00 2001 From: ddwag1 Date: Wed, 1 Jan 2020 03:59:39 -0800 Subject: [PATCH 1/5] change "playlist url" to "video url" on /videos page --- static/videos.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/videos.html b/static/videos.html index 4ef0a53..a3635d6 100644 --- a/static/videos.html +++ b/static/videos.html @@ -41,7 +41,7 @@
- +
@@ -99,4 +99,4 @@

Download History:

- \ No newline at end of file + From 44cd70528870419185a28d2cf0b1e8733c2b2b61 Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Mon, 6 Jan 2020 14:32:53 +0200 Subject: [PATCH 2/5] Moved updateCheckingInterval to helpers.js --- static/index.html | 1 + static/js/helpers.js | 26 ++++++++++++++++++++++++++ static/js/index.js | 27 --------------------------- static/js/playlists.js | 28 ---------------------------- static/playlists.html | 1 + 5 files changed, 28 insertions(+), 55 deletions(-) diff --git a/static/index.html b/static/index.html index dfc3be9..3d6d8b5 100644 --- a/static/index.html +++ b/static/index.html @@ -91,6 +91,7 @@
+
+