Fix isEnabled
for platform-dependent plugins #3883
No reviewers
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3883
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dima-dencep/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes #3857 (and possibly other issues)
The issue was that
transparent-player
is only available for Windows, so it is not exposed inallPlugins()[plugin]
, and when attempting to obtain.config
, an exception occurred that prevented the plugin (album-color-theme) from working correctly.With this one-character fix (yes, it's strange), everything returned to working order:

ah yes, forgot the
?.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.