mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Fixed comment
This commit is contained in:
parent
cd57265dd1
commit
64fd99302a
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ func WrapperrLoopData(user_id int, config *WrapperrConfig, wrapperr_data []Wrapp
|
|||
count += 1
|
||||
}
|
||||
|
||||
// Sort year show array by plays
|
||||
// Sort year artist array by plays
|
||||
sortutil.DescByField(wrapperr_year_artist, "Plays")
|
||||
count = 0
|
||||
for _, entry := range wrapperr_year_artist {
|
||||
|
|
Loading…
Reference in a new issue