updates
This commit is contained in:
parent
fc22d11df1
commit
27a8a62475
32 changed files with 354 additions and 335 deletions
|
|
@ -40,7 +40,7 @@ class SubsonicClient {
|
|||
Dio(BaseOptions(
|
||||
connectTimeout: const Duration(seconds: 30),
|
||||
receiveTimeout: const Duration(seconds: 30),
|
||||
headers: {'User-Agent': 'ratune-mobile'},
|
||||
headers: {'User-Agent': 'timbre'},
|
||||
));
|
||||
|
||||
final String baseUrl;
|
||||
|
|
@ -49,7 +49,7 @@ class SubsonicClient {
|
|||
final Dio _dio;
|
||||
|
||||
static const String apiVersion = '1.16.1';
|
||||
static const String clientName = 'ratune-mobile';
|
||||
static const String clientName = 'timbre';
|
||||
static const String _saltAlphabet =
|
||||
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue