add log file

This commit is contained in:
aynakeya
2024-04-23 09:29:02 -07:00
parent 2169817afa
commit 5d27040c8b
5 changed files with 80 additions and 12 deletions

View File

@@ -130,6 +130,8 @@ func registerPlayControllerHandler() {
if event.Data.(events.PlayerPlayingUpdateEvent).Removed {
PlayController.Progress.Value = 0
PlayController.Progress.Max = 0
PlayController.TotalTime.SetText("0:00")
PlayController.CurrentTime.SetText("0:00")
PlayController.Title.SetText("Title")
PlayController.Artist.SetText("Artist")
PlayController.Username.SetText("Username")