Change getBrand() result to Libresonic

This almost exclusively affects the results returned by the web app to display the application's name.
This commit is contained in:
Cheyenne Meyer
2016-05-09 18:54:04 -07:00
parent 2de3951e4d
commit 298488de9c
@@ -1028,7 +1028,7 @@ public class SettingsService {
* @return The brand name.
*/
public String getBrand() {
return "Subsonic";
return "Libresonic";
}
/**