mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-26 16:49:29 +01:00
Fix initial server ping/feature tests always using token auth
This commit is contained in:
parent
e94fcf3128
commit
b0bb26f84b
@ -46,7 +46,7 @@ class SettingsService extends _$SettingsService {
|
||||
features: IList(),
|
||||
username: subsonic.username.value,
|
||||
password: subsonic.password.value,
|
||||
useTokenAuth: true,
|
||||
useTokenAuth: subsonic.useTokenAuth.value,
|
||||
isActive: true,
|
||||
createdAt: DateTime.now(),
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user