Unverified Commit ea517c04 authored by Lin Xianyi's avatar Lin Xianyi Committed by GitHub
Browse files

mpvScripts.eisa01.undoredo: init at 0-unstable-2023-11-25 (#401930)

parent 3a57c98d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -69,5 +69,13 @@ lib.recurseIntoAttrs (
        maintainers = with lib.maintainers; [ iynaix ];
      };
    };

    undoredo = {
      scriptPath = "scripts/UndoRedo.lua";
      meta = {
        description = "Undo / redo any accidental time jumps";
        maintainers = with lib.maintainers; [ iynaix ];
      };
    };
  }
)