mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
[UI Work] History, Queue, Calendar Fixes
This commit is contained in:
parent
d2bafd4605
commit
871a3773b2
17 changed files with 91 additions and 122 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue