Rename updateRoutine=>progressRoutine

This commit is contained in:
aditya-K2
2023-04-19 09:21:49 +05:30
parent edaa93de69
commit 3bc9458238
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ func rectWatcher() {
for {
_ImgX, _ImgY, _ImgW, _ImgH := coverArt.GetRect()
if start {
updateRoutine()
progressRoutine()
start = false
}
if _ImgX != ImgX || _ImgY != ImgY ||

View File

@@ -121,7 +121,7 @@ func RefreshProgressLocal() {
}
}
func updateRoutine() {
func progressRoutine() {
RefreshProgress(false)
go func() {
localTicker := time.NewTicker(time.Second)