Show download status in episode list

This commit is contained in:
Thomas Perl 2013-09-29 14:31:59 +02:00
parent 90b4f04e35
commit 24f686fad6
3 changed files with 27 additions and 1 deletions

View file

@ -31,3 +31,9 @@ var colors = {
playback: '#729fcf', /* playback blue */
};
var state = {
normal: 0,
downloaded: 1,
deleted: 2,
};