Bug Stats.lua or something is wrong? #16983
Answered
by
YukiNeeSan
YukiNeeSan
asked this question in
Q&A
-
|
Created lua script for automation filter depending on audio source. reproduction:
|
Beta Was this translation helpful? Give feedback.
Answered by
YukiNeeSan
Oct 31, 2025
Replies: 1 comment 1 reply
-
|
it's a bug in your script, unrelated to stats.lua this won't avoid duplicates as you expected local existing = mp.get_property("af") or ""
if existing:match(up) then return end -- avoid dupes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Ok thanks,