mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 00:33:06 +00:00
Code cleanup
This commit is contained in:
@@ -2,15 +2,13 @@ package com.cappielloantonio.play.subsonic;
|
|||||||
|
|
||||||
import com.cappielloantonio.play.subsonic.utils.StringUtil;
|
import com.cappielloantonio.play.subsonic.utils.StringUtil;
|
||||||
|
|
||||||
import java.security.MessageDigest;
|
|
||||||
import java.security.NoSuchAlgorithmException;
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
public class SubsonicPreferences {
|
public class SubsonicPreferences {
|
||||||
private String serverUrl;
|
private String serverUrl;
|
||||||
private String username;
|
private String username;
|
||||||
private String clientName = "SubsonicJavaClient";
|
private String clientName = "SubsonicJavaClient";
|
||||||
private int streamBitRate = 192;
|
private int streamBitRate = 320;
|
||||||
private String streamFormat = "mp3";
|
private String streamFormat = "mp3";
|
||||||
|
|
||||||
private final SubsonicAuthentication authentication;
|
private final SubsonicAuthentication authentication;
|
||||||
|
|||||||
Reference in New Issue
Block a user