From ff770c7eb8d29f7b5a78ea0e1a253999e6f11549 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 12 Nov 2024 09:13:27 +0100 Subject: [PATCH] backport `autoplay` --- src/animation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.jl b/src/animation.jl index 2b0847963..574c3cdcf 100644 --- a/src/animation.jl +++ b/src/animation.jl @@ -165,7 +165,7 @@ function Base.show(io::IO, ::MIME"text/html", agif::AnimatedGif) "" elseif ext in ("mov", "mp4", "webm") mimetype = ext == "mov" ? "video/quicktime" : "video/$ext" - "" + "" else error("Cannot show animation with extension $ext: $agif") end