Skip to content

Commit

Permalink
Fixed a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Aug 9, 2023
1 parent 713932f commit 8ecfa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class OnlineSettingsComponent implements OnInit, OnDestroy {
private discordService: BaseDiscordService,
private scrobblingService: BaseScrobblingService,
private snackBarService: BaseSnackBarService,
private settings: BaseSettings
public settings: BaseSettings
) {}

public signInStateEnum: typeof SignInState = SignInState;
Expand Down

0 comments on commit 8ecfa74

Please sign in to comment.