aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/BaseApiService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-23 08:29:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-23 08:29:28 -0400
commit4c19b9382feb560e3735f4a16fe691f1851b5244 (patch)
treef19150b3df6b1b37652484b41474df0b70996acc /MediaBrowser.Api/BaseApiService.cs
parent7ba0927ea6634a148ad826dfe536fafb446dfff1 (diff)
show tips on web client home page
Diffstat (limited to 'MediaBrowser.Api/BaseApiService.cs')
-rw-r--r--MediaBrowser.Api/BaseApiService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/BaseApiService.cs b/MediaBrowser.Api/BaseApiService.cs
index 06e9c80e8..ddc099a92 100644
--- a/MediaBrowser.Api/BaseApiService.cs
+++ b/MediaBrowser.Api/BaseApiService.cs
@@ -296,8 +296,6 @@ namespace MediaBrowser.Api
auth.TryGetValue("Client", out client);
auth.TryGetValue("Version", out version);
- version = version ?? "0.0.0.0";
-
if (!string.IsNullOrEmpty(client) && !string.IsNullOrEmpty(deviceId) && !string.IsNullOrEmpty(device) && !string.IsNullOrEmpty(version))
{
SessionManager.LogConnectionActivity(client, version, deviceId, device, user);