Fix downloading file count when pausing or cancelling synchronizing tasks.
commitfdccfec41cec9b7625ea6883a3b1441f7b67529d
authorauouymous <au@qzx.com>
Wed, 16 Mar 2022 07:58:34 +0000 (16 01:58 -0600)
committerauouymous <au@qzx.com>
Wed, 16 Mar 2022 07:58:34 +0000 (16 01:58 -0600)
tree1e860b03b924330161b9f180e8c0d37a67c79127
parentf91f9e29b1be615c61dc3e9b71b3a85b8df5845c
Fix downloading file count when pausing or cancelling synchronizing tasks.

PR #1243 added separate pausing and cancelling counts, and included them
in the downloading file count. However, synchronizing tasks can also be
pausing or cancelling and would erroneously be included in the
downloading file count.
src/gpodder/gtkui/main.py