mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 06:36:15 +00:00
lt sync 2987
This commit is contained in:
parent
c6422b53df
commit
b4b7c50f6b
@ -451,6 +451,8 @@ namespace libtorrent
|
||||
|
||||
boost::shared_ptr<torrent_plugin> create_ut_metadata_plugin(torrent* t, void*)
|
||||
{
|
||||
// don't add this extension if the torrent is private
|
||||
if (t->valid_metadata() && t->torrent_file().priv()) return boost::shared_ptr<torrent_plugin>();
|
||||
return boost::shared_ptr<torrent_plugin>(new ut_metadata_plugin(*t));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user