refactor: app name

This commit is contained in:
antonio 2023-06-04 11:36:56 +02:00
parent d6d29d5998
commit abd488b34a
6 changed files with 8 additions and 9 deletions

View file

@ -7,7 +7,7 @@ import java.util.UUID;
public class SubsonicPreferences {
private String serverUrl;
private String username;
private String clientName = "Play";
private String clientName = "Tempo";
private SubsonicAuthentication authentication;
public String getServerUrl() {