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
Hello!
I found some strange situation. If in transmission we have only one torrent - Transmission::Model::Torrent.all returns him as a Hash. But if we have more than one torrent - Array of hashes.
I propose returning Torrents only as Array of hashes
The text was updated successfully, but these errors were encountered:
Hello!
I found some strange situation. If in transmission we have only one torrent -
Transmission::Model::Torrent.all
returns him as aHash
. But if we have more than one torrent -Array
of hashes.I propose returning Torrents only as
Array
of hashesThe text was updated successfully, but these errors were encountered: