From 8dfe3360e1081f4956e8cb683408e9977fb015ee Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 13 Jul 2020 16:28:58 -0700 Subject: [PATCH] Fix typo --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index dda05b0cb..f9e4417e5 100644 --- a/config/config.go +++ b/config/config.go @@ -203,7 +203,7 @@ func (c *config) GetOfflineContentPath() string { } // This is relative to the webroot, not the project root. - return "static/offline.m4" + return "static/offline.m4v" } //Load tries to load the configuration file