Skip to content

Commit

Permalink
fix(plasmusic-toolbar): remove unused preferredPlayerIdentity config …
Browse files Browse the repository at this point in the history
…to prevent error (#405)

Removed `preferredPlayerIdentity` assignment from `plasmusic-toolbar` module to fix DBus error caused by an incomplete config parameter.
The error occurred during the application of desktop scripts, generating an invalid config line in `preferredPlayerIdentity`.
  • Loading branch information
HeitorAugustoLN authored Nov 1, 2024
1 parent f634d5f commit 6cb0aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/widgets/plasmusic-toolbar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ in
else if source == "auto" then
{
choosePlayerAutomatically = true;
preferredPlayerIdentity = null;
}
else
{
Expand Down

0 comments on commit 6cb0aed

Please sign in to comment.