mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add "Forced metadata downloading" state (#15185)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user