Compare commits

..

No commits in common. "042c19e28bec4e333c99f3ce6a982ee5274ce50e" and "79789a8099007c3e2810f155fa5d612a1323a9b2" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -65,13 +65,6 @@ function file_loaded()
return
end
function end_file()
if not ON then return end
mp.unobserve_property(skip_ads)
ranges = nil
ON = false
end
function toggle()
if ON then
mp.unobserve_property(skip_ads)
@ -86,4 +79,3 @@ function toggle()
end
mp.register_event("file-loaded", file_loaded)
mp.register_event("end-file", end_file)