1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-09-16 09:26:36 +02:00

Fixed ended status display for series table

This commit is contained in:
Mark McDowall
2013-04-17 23:01:08 -07:00
committed by markus101
parent 3f958109bb
commit 2e1d36a05e

View File

@@ -82,10 +82,8 @@ define('app', function () {
return '<i class="icon-play grid-icon" title="Continuing"></i>';
}
return null;
return '<i class="icon-stop grid-icon" title="Ended"></i>';
});
return '<i class="icon-stop grid-icon" title="Ended"></i>';
});
NzbDrone.addRegions({