Skip to content

Commit 6e3fb95

Browse files
committed
Sickbeard unaired label
Do not highlight unaired episodes.
1 parent 6c88873 commit 6e3fb95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interfaces/default/js/sickbeard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function cancelAddShow() {
273273

274274
function sickbeardStatusLabel(text){
275275
var statusOK = ['Continuing', 'Downloaded', 'HD'];
276-
var statusInfo = ['Snatched', 'Unaired'];
276+
var statusInfo = ['Snatched'];
277277
var statusError = ['Ended'];
278278
var statusWarning = ['Skipped'];
279279

0 commit comments

Comments
 (0)