diff options
Diffstat (limited to 'boblightservice.c')
-rw-r--r-- | boblightservice.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boblightservice.c b/boblightservice.c index a6f5692..733ebd6 100644 --- a/boblightservice.c +++ b/boblightservice.c @@ -132,5 +132,7 @@ int cBoblight::sendOptions() { sprintf(buf, "%s %s", "interpolation", cfg.interpolation ? "true" : "false"); boblight_setoption(m_boblight, -1, buf); + boblight_setpriority(m_boblight, cfg.priority); + return success; }
\ No newline at end of file |