Browse Source

Merge pull request #8286 from Piccirello/webui-torrent-status

Match webui statuses to gui: add default case (addendum to #8269)
adaptive-webui-19844
sledgehammer999 7 years ago committed by GitHub
parent
commit
6470f9acb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/public/scripts/dynamicTable.js

1
src/webui/www/public/scripts/dynamicTable.js

@ -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;
} }

Loading…
Cancel
Save