Do not report OpenSubsonic extra fields for selected legacy clients. This made DSub behave badly. fixes #356
This commit is contained in:
@@ -148,6 +148,7 @@ namespace API::Subsonic
|
||||
}
|
||||
|
||||
// OpenSubsonic mandatory fields
|
||||
// No big deal to send them even for legacy clients
|
||||
responseNode.setAttribute("type", "lms");
|
||||
responseNode.setAttribute("serverVersion", serverVersion);
|
||||
responseNode.setAttribute("openSubsonic", true);
|
||||
|
||||
Reference in New Issue
Block a user