Răsfoiți Sursa

ref: comment

Sven 1 an în urmă
părinte
comite
c957af4766
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/features/volume.ts

+ 1 - 0
src/features/volume.ts

@@ -13,6 +13,7 @@ export async function initVolumeFeatures() {
   // not technically an input element but behaves pretty much the same
   addSelectorListener<HTMLInputElement>("playerBarRightControls", "tp-yt-paper-slider#volume-slider", {
     listener: async (sliderElem) => {
+      // TODO:FIXME: broken fsr
       const volSliderCont = document.createElement("div");
       volSliderCont.id = "bytm-vol-slider-cont";