You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a service to download torrents and was informed that their website uses this code to display active torrents. I keep the page with active torrents sorted alphabetically, but there is a tiny issue: Since the torrent identifier is in hex, sometimes a newly loaded torrent appears in the middle of the list, making it a tad trickier to make sure everything is going as planned.
Here is a suggestion: If the name (column header) is the same as the torrent ID, display these items first, then show the rest of the items.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use a service to download torrents and was informed that their website uses this code to display active torrents. I keep the page with active torrents sorted alphabetically, but there is a tiny issue: Since the torrent identifier is in hex, sometimes a newly loaded torrent appears in the middle of the list, making it a tad trickier to make sure everything is going as planned.
Here is a suggestion: If the name (column header) is the same as the torrent ID, display these items first, then show the rest of the items.
Beta Was this translation helpful? Give feedback.
All reactions