Add "Forced metadata downloading" state (#15185)

This commit is contained in:
AbeniMatteo
2021-07-17 20:33:14 +02:00
committed by GitHub
parent e5943b64c1
commit 01d851440b
5 changed files with 15 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ namespace
return QLatin1String("downloading");
case BitTorrent::TorrentState::DownloadingMetadata:
return QLatin1String("metaDL");
case BitTorrent::TorrentState::ForcedDownloadingMetadata:
return QLatin1String("forcedMetaDL");
case BitTorrent::TorrentState::PausedDownloading:
return QLatin1String("pausedDL");
case BitTorrent::TorrentState::QueuedDownloading: