Browse Source

ref: comment

Sven 1 năm trước cách đây
mục cha
commit
c957af4766
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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";