Skip to content

Commit

Permalink
Fix initial server ping/feature tests always using token auth
Browse files Browse the repository at this point in the history
  • Loading branch information
austinried committed May 17, 2023
1 parent e94fcf3 commit b0bb26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/settings_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
),
Expand Down

0 comments on commit b0bb26f

Please sign in to comment.