mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Calculate double episode start time on episode info refresh
This commit is contained in:
parent
09deaf9ad1
commit
fa2b2df7d5
9 changed files with 30 additions and 215 deletions
|
@ -7,6 +7,6 @@ define([
|
|||
], function () {
|
||||
NzbDrone.Calendar.CalendarItemView = Backbone.Marionette.ItemView.extend({
|
||||
template : 'Calendar/CalendarItemTemplate',
|
||||
tagName : 'div',
|
||||
tagName : 'div'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue