mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Code cleanup
This commit is contained in:
parent
c5d7349ec2
commit
702b454bf6
1 changed files with 1 additions and 3 deletions
|
|
@ -2,15 +2,13 @@ package com.cappielloantonio.play.subsonic;
|
|||
|
||||
import com.cappielloantonio.play.subsonic.utils.StringUtil;
|
||||
|
||||
import java.security.MessageDigest;
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import java.util.UUID;
|
||||
|
||||
public class SubsonicPreferences {
|
||||
private String serverUrl;
|
||||
private String username;
|
||||
private String clientName = "SubsonicJavaClient";
|
||||
private int streamBitRate = 192;
|
||||
private int streamBitRate = 320;
|
||||
private String streamFormat = "mp3";
|
||||
|
||||
private final SubsonicAuthentication authentication;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue