Custom Query (2447 matches)
Results (493 - 495 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1341 | Fixed | @config.py:402, self._save_timer may be None | ||
Description |
A bug in config.py results in config files not being properly written to disk. When save is called, self._save_timer may ne None which results in an exception at config.py:402. Fix attached. |
|||
#1343 | Fixed | shouldn't import xdg on windows | ||
Description |
Common.py line 66 imports xdg, this should be behind an 'if not windows_check()' |
|||
#1344 | Invalid | Don't delete .torrent files when auto-adding | ||
Description |
How to reproduce:
What happens: The .torrent file is added to Deluge and is not kept in the "Copy of .torrent files to:" directory. What should happen: The .torrent file is added to Deluge and kept in the "Copy of .torrent files to:" directory. Use case: If there are several installations of Deluge referring to the same directories (for example if using dual-boot), they can resume each others' work. |