mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Fix typo
This commit is contained in:
parent
579688ba36
commit
8dfe3360e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue