simply range expression
This commit is contained in:
parent
2d200e5f0d
commit
c35f74ea03
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -98,7 +98,7 @@ func cleanFrames(id int, file string) {
|
|||
defer tag.Close()
|
||||
|
||||
deleted := 0
|
||||
for key, _ := range tag.AllFrames() {
|
||||
for key := range tag.AllFrames() {
|
||||
filter := frameFilter(key)
|
||||
if !filter {
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue