mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Added build date to footer
This commit is contained in:
parent
d538fe62cf
commit
d3d937afcc
6 changed files with 18 additions and 6 deletions
|
@ -172,7 +172,8 @@ define([
|
|||
|
||||
window.NzbDrone.Constants = {
|
||||
ApiRoot: '/api',
|
||||
Version: '0.0.0.0'
|
||||
Version: '0.0.0.0',
|
||||
BuildDate: '2013-01-01T00:00:00Z'
|
||||
};
|
||||
|
||||
window.NzbDrone.addInitializer(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue