From bf2ab7b480ac602e3380f5864f8ac3cc31d79dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6llinger?= Date: Sun, 8 Dec 2013 20:15:32 +0100 Subject: Erkennung ob Softhddevice detached ist. --- boblightservice.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boblightservice.c') 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 -- cgit v1.2.3