diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 261ce6f77..6229a1ab7 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -317,7 +317,7 @@ class Torrent(object): break self.options["file_priorities"] = self.handle.file_priorities() - if self.options["file_priorities"] != file_priorities: + if self.options["file_priorities"] != list(file_priorities): log.warning("File priorities were not set for this torrent") # Set the first/last priorities if needed