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:
@@ -1028,7 +1028,7 @@ public class SettingsService {
|
|||||||
* @return The brand name.
|
* @return The brand name.
|
||||||
*/
|
*/
|
||||||
public String getBrand() {
|
public String getBrand() {
|
||||||
return "Subsonic";
|
return "Libresonic";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user