Failed downloads are added to history

This commit is contained in:
Mark McDowall
2013-10-22 00:31:36 -07:00
parent 2e1b921543
commit e64d2f33d6
18 changed files with 444 additions and 19 deletions
+4
View File
@@ -29,6 +29,10 @@ define(
icon = 'icon-nd-imported';
toolTip = 'Episode downloaded successfully and picked up from download client';
break;
case 'downloadFailed':
icon = 'icon-nd-download-failed';
toolTip = 'Episode download failed';
break;
default :
icon = 'icon-question';
toolTip = 'unknown event';