Skip to content

Commit 30ea0e8

Browse files
committed
alpha
1 parent 170b0c1 commit 30ea0e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/actions/actions.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ func GetUserTorrents() map[int]models.Torrent {
213213
}
214214

215215
// TODO
216-
// necessary for now to have correct item ordering
217-
// after deletes
216+
// necessary for now to have correct item ordering after deletes
218217
// needs a better solution than emptying the map
219218
data.UserDownloads = make(map[int]models.Torrent)
220219

0 commit comments

Comments
 (0)