mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Merge pull request #8286 from Piccirello/webui-torrent-status
Match webui statuses to gui: add default case (addendum to #8269)
This commit is contained in:
@@ -807,6 +807,7 @@ var TorrentsTable = new Class({
|
||||
case "unknown":
|
||||
case "error":
|
||||
case "missingFiles":
|
||||
default:
|
||||
state = "error";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user