Browse Source

Fix typo

pull/68/head
Gabe Kangas 5 years ago
parent
commit
8dfe3360e1
  1. 2
      config/config.go

2
config/config.go

@ -203,7 +203,7 @@ func (c *config) GetOfflineContentPath() string {
} }
// This is relative to the webroot, not the project root. // 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 //Load tries to load the configuration file

Loading…
Cancel
Save