1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added build date to footer

This commit is contained in:
Mark McDowall
2013-06-15 15:18:41 -07:00
parent d538fe62cf
commit d3d937afcc
6 changed files with 18 additions and 6 deletions

View File

@@ -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 () {