Skip to content

Commit

Permalink
Only run when the osc is deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heinrich committed Oct 10, 2022
1 parent 64be740 commit 78d7915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osc.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if mp.get_property_bool('osc', true) then return end

local assdraw = require "mp.assdraw"
local msg = require "mp.msg"
local opt = require "mp.options"
Expand Down

0 comments on commit 78d7915

Please sign in to comment.