1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-25 14:04:23 +00: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:
sledgehammer999 2018-01-19 15:36:55 +02:00 committed by GitHub
commit 6470f9acb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -807,6 +807,7 @@ var TorrentsTable = new Class({
case "unknown": case "unknown":
case "error": case "error":
case "missingFiles": case "missingFiles":
default:
state = "error"; state = "error";
break; break;
} }