summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-09 18:16:41 +0100
committerwm4 <wm4@nowhere>2020-01-09 18:16:41 +0100
commit363048077f0ee3a98f1184b363a25c6c50afd6df (patch)
treec522fc8f4548ecd8b4e18841701b44f0163af04a /ci
parent3a9f0f537fc108eb4c8a485ba9df686277ab57c2 (diff)
downloadmpv-363048077f0ee3a98f1184b363a25c6c50afd6df.tar.bz2
mpv-363048077f0ee3a98f1184b363a25c6c50afd6df.tar.xz
client API: fix property notification from non-playloop sources
This code assumed that the function is only called from the playloop itself (and since property notification is done at the end of it, i.e. before sleeping, it obviously would not have needed to wake up the core). But this function is actually called from some comments (such as playlist-move), so this assumption was incorrect. Use the same method as the other function. Untested. Fixes: #7339 (probably)
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions