Skip to content

Commit 4d3a34b

Browse files
committed
Remove unaired highlight
1 parent 6e3fb95 commit 4d3a34b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interfaces/default/js/sickbeard_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function renderSeason(){
123123

124124
function sickbeardStatusLabel(text){
125125
var statusOK = ['Continuing', 'Downloaded', 'HD'];
126-
var statusInfo = ['Snatched', 'Unaired'];
126+
var statusInfo = ['Snatched'];
127127
var statusError = ['Ended'];
128128
var statusWarning = ['Skipped'];
129129

0 commit comments

Comments
 (0)