Fix: SSDP Server spec adjust (#599)

* Fix: SSDP Server spec adjust
- Fix: Windows 7 network overview no longer removes the Hyperion entry
- Fix: The general section should be marked as global
This commit is contained in:
brindosch
2019-08-14 21:19:05 +02:00
committed by GitHub
parent d190e6f294
commit 9d84cdea0c
5 changed files with 49 additions and 24 deletions

View File

@@ -114,7 +114,7 @@ public:
// capture
<< "framegrabber" << "grabberV4L2"
// other
<< "logger";
<< "logger" << "general";
return list.contains(type);
}