Add template for vdr lirc configuration

This commit is contained in:
Alexander Grothe
2017-07-16 09:34:03 +02:00
parent 980df3481e
commit 9b4ca5e134
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{% if frontend != 'kodi' %}
[vdr]
--lirc=/var/run/lirc/lircd
{% endif %}