mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Activity instead of History
New: Renamed history to activity New: Queue is default tab of activity
This commit is contained in:
parent
f8fb37bae8
commit
1225bbe8dc
39 changed files with 67 additions and 66 deletions
|
@ -24,7 +24,7 @@ define(
|
|||
Handlebars.registerHelper('StatusLevel', function () {
|
||||
|
||||
var hasFile = this.hasFile;
|
||||
var downloading = require('History/Queue/QueueCollection').findEpisode(this.id) || this.downloading;
|
||||
var downloading = require('Activity/Queue/QueueCollection').findEpisode(this.id) || this.downloading;
|
||||
var currentTime = moment();
|
||||
var start = moment(this.airDateUtc);
|
||||
var end = moment(this.end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue