From 3b7b40b39ee86ba7eccb6878bb1c7e11c5c33d3a Mon Sep 17 00:00:00 2001 From: LogicalKarma <> Date: Sun, 31 May 2026 20:56:11 +0300 Subject: [PATCH] docs(firefoxMediaCapabilitiesFix): link Firefox tracker bug 2043895 Add the upstream Mozilla tracker bug for the slow decodingInfo path. Refs: https://bugzilla.mozilla.org/show_bug.cgi?id=2043895 https://github.com/TeamPiped/Piped/issues/4238 --- src/utils/firefoxMediaCapabilitiesFix.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/firefoxMediaCapabilitiesFix.js b/src/utils/firefoxMediaCapabilitiesFix.js index 3ffcb400..ad4a7d5b 100644 --- a/src/utils/firefoxMediaCapabilitiesFix.js +++ b/src/utils/firefoxMediaCapabilitiesFix.js @@ -22,7 +22,9 @@ * (WebKit) are unaffected. DRM probes (keySystemConfiguration) and non- * media-source query types fall through to the native API unchanged. * - * Refs: https://github.com/TeamPiped/Piped/issues/4238 + * Refs: + * https://bugzilla.mozilla.org/show_bug.cgi?id=2043895 + * https://github.com/TeamPiped/Piped/issues/4238 */ if ( typeof navigator !== "undefined" &&