diff --git a/core/core.go b/core/core.go index 62f2a9e73..aae52190e 100644 --- a/core/core.go +++ b/core/core.go @@ -96,6 +96,9 @@ func transitionToOfflineVideoStreamContent() { // Copy the logo to be the thumbnail utils.Copy(filepath.Join("webroot", config.Config.InstanceDetails.Logo.Large), "webroot/thumbnail.jpg") + + // Delete the preview Gif + os.Remove(path.Join(config.WebRoot, "preview.gif")) } func resetDirectories() {