浏览代码

ref: comment

Sven 1 年之前
父节点
当前提交
c957af4766
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";