mirror of
https://github.com/transmission/transmission.git
synced 2026-04-21 01:10:34 +01:00
keep labels in order added, rather than alphabetically (#3271)
This commit is contained in:
committed by
GitHub
parent
06e5767234
commit
0397176c10
@@ -979,7 +979,7 @@ static char const* setLabels(tr_torrent* tor, tr_variant* list)
|
||||
return errmsg;
|
||||
}
|
||||
|
||||
tor->setLabels(std::data(labels), std::size(labels));
|
||||
tor->setLabels(labels);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user