Change getBrand() result to Libresonic

This almost exclusively affects the results returned by the web app to display the application's name.
master
Cheyenne Meyer 8 years ago
parent 2de3951e4d
commit 298488de9c
  1. 2
      subsonic-main/src/main/java/net/sourceforge/subsonic/service/SettingsService.java

@ -1028,7 +1028,7 @@ public class SettingsService {
* @return The brand name.
*/
public String getBrand() {
return "Subsonic";
return "Libresonic";
}
/**

Loading…
Cancel
Save