-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin conflicting "Video Playback" #560
Comments
I figured out why this bug happens: the config is constantly updated by certain plugins, but always from renderer process
TL:DR: config change callback wasn't activated immediately because config was changed from renderer process and the watch flag isn't enabled@th-ch or anyone any thoughts on what should we do? enabling the watch flag causes the app to immediately restart instead of waiting for page navigation, but I don't think anyone wants the app constantly restarting. Should the |
I have created a PR that will fix this (#561) Thank you for reporting this! |
It's nothing. Thank you for all the work : ). |
Hey, sorry for last time (forgot to close the issue😅)
I found out that the "Video playback" plugin conflicts with "restart on config changes"
Switching between video and song works normal but when I select next song/video the app restarts with different playlist.
Everything works great when I turn off "restart on config changes"
I added a gif with that shows the program restarting. (the pink is just a background nothing to do with yt music : ) )
I tried looking into it myself but I can't seem to fully understand how everything works since the only langue I can understand a bit is lua (zero to nothing of scripting experience) and don't know where the location of "restart on config changes" is.
The text was updated successfully, but these errors were encountered: