simple seeking implementation

This commit is contained in:
aditya-K2
2022-09-09 01:31:51 +05:30
parent b2c5575c8b
commit ea3fc105a4
4 changed files with 17 additions and 0 deletions

View File

@@ -121,5 +121,8 @@ func progressFunction() (string, string, string, float64) {
text = " ---:---"
percentage = 0
}
if percentage > 100 {
percentage = 0
}
return song, top, text, percentage
}