1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Resync'd UI and API

This commit is contained in:
Mark McDowall
2013-04-21 18:21:24 -07:00
parent c3214a2e88
commit 000b7bf9e0
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ define('app', function () {
if (!monitored) {
return '<i class="icon-pause grid-icon" title="Not Monitored"></i>';
}
if (status === 'Continuing') {
if (status === 0) {
return '<i class="icon-play grid-icon" title="Continuing"></i>';
}