I am not experiencing such issue.
Transmisisond uses tr_ctorSetDestination( ctor, TR_FORCE, dirname(folder)); when starting torrent.
and TR_FORCE means
Anyone else with such issue?typedef enum
{
TR_FALLBACK, /* indicates the ctor value should be used only
in case of missing fastresume settings */
TR_FORCE, /* indicates the ctor value should be used
regardless of what's in the fastresume settings */
}
tr_ctorMode;





Reply With Quote
