mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed calendar on air
This commit is contained in:
parent
0208ae8347
commit
a00587dbd4
2 changed files with 10 additions and 6 deletions
|
@ -20,7 +20,7 @@ define(
|
|||
var end = Moment(start).add('minutes', runtime);
|
||||
|
||||
this.model.set({
|
||||
end: end
|
||||
end: end.toISOString()
|
||||
})
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue