8abc2a65e1
The static Torrent.create override was validating the input data before calling Transmission, but hashString isn't known until after addUrl. Move validation to the final createData object so search/fill can queue torrents without providing a hash up front. Signed-off-by: William Mantly <wmantly@gmail.com>