We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170b0c1 commit 30ea0e8Copy full SHA for 30ea0e8
internal/actions/actions.go
@@ -213,8 +213,7 @@ func GetUserTorrents() map[int]models.Torrent {
213
}
214
215
// TODO
216
- // necessary for now to have correct item ordering
217
- // after deletes
+ // necessary for now to have correct item ordering after deletes
218
// needs a better solution than emptying the map
219
data.UserDownloads = make(map[int]models.Torrent)
220
0 commit comments