From 9a8150b144db47caad66931fd16c2eaf20492aec Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 29 Feb 2020 11:19:41 -0500 Subject: [PATCH] Support next / previous track controls in JS --- templates.go | 71 ++++++++++++++++++++++++++++---------------- templates/parts.tmpl | 69 +++++++++++++++++++++++++++--------------- 2 files changed, 91 insertions(+), 49 deletions(-) diff --git a/templates.go b/templates.go index 91d54da..bdc56e1 100644 --- a/templates.go +++ b/templates.go @@ -71,33 +71,54 @@ var files = map[string]string{ {{end}}`, -} +} \ No newline at end of file diff --git a/templates/parts.tmpl b/templates/parts.tmpl index 36441f8..2074e9b 100644 --- a/templates/parts.tmpl +++ b/templates/parts.tmpl @@ -25,33 +25,54 @@