mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
Update version in UI on start
This commit is contained in:
parent
f94220c5ff
commit
d538fe62cf
3 changed files with 39 additions and 1 deletions
|
@ -7,7 +7,7 @@ define(['app',
|
|||
|
||||
initialize: function () {
|
||||
this.model = new NzbDrone.Shared.Footer.Model();
|
||||
this.model.version = NzbDrone.Constants.Version;
|
||||
this.model.set('version', NzbDrone.Constants.Version);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue