diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-19 21:35:33 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-19 21:35:33 -0500 |
| commit | 8de4eb7d197af0df2a81cbf0e6249c5ff83987b1 (patch) | |
| tree | 7aedd2d70fefe19dd7ebd2b84d342afba4c5c84b /MediaBrowser.Api | |
| parent | 8a5198e6a395ed03fb471e62687fceecdf947abf (diff) | |
Rename ApplicationSemanticVersion to ApplicationVersion
Diffstat (limited to 'MediaBrowser.Api')
| -rw-r--r-- | MediaBrowser.Api/Session/SessionsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Session/SessionsService.cs b/MediaBrowser.Api/Session/SessionsService.cs index cba278c1e..c9a11c117 100644 --- a/MediaBrowser.Api/Session/SessionsService.cs +++ b/MediaBrowser.Api/Session/SessionsService.cs @@ -309,7 +309,7 @@ namespace MediaBrowser.Api.Session DateCreated = DateTime.UtcNow, DeviceId = _appHost.SystemId, DeviceName = _appHost.FriendlyName, - AppVersion = _appHost.ApplicationSemanticVersion + AppVersion = _appHost.ApplicationVersion }); } |
