[UI Work] History, Queue, Calendar Fixes

This commit is contained in:
Qstick 2017-09-16 00:16:26 -04:00
parent d2bafd4605
commit 871a3773b2
17 changed files with 91 additions and 122 deletions

View file

@ -1,11 +1,11 @@
import moment from 'moment';
function getStatusStyle(episodeNumber, hasFile, downloading, startTime, isMonitored) {
function getStatusStyle(episodeNumber, downloading, startTime, isMonitored) {
const currentTime = moment();
if (hasFile) {
return 'downloaded';
}
// if (hasFile) {
// return 'downloaded';
// }
if (downloading) {
return 'downloading';