Skip to content

Commit

Permalink
Update sub-priority.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
samhippo authored Jun 13, 2021
1 parent d357c79 commit 7efd1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sub-priority.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- This scripts automatically selects the last english subtitle track that doesn't contain "sign" or "song"
-- If no subtitle exists that matches this criteria then the script does nothing and exists
-- If no subtitle exists that matches this criteria then the script does nothing and exits


function load_sub()
Expand All @@ -14,4 +14,4 @@ function load_sub()
end
end
end
mp.register_event("file-loaded", load_sub)
mp.register_event("file-loaded", load_sub)

0 comments on commit 7efd1eb

Please sign in to comment.