aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/UserLibraryService.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/UserLibrary/UserLibraryService.cs
parent7ba0927ea6634a148ad826dfe536fafb446dfff1 (diff)
show tips on web client home page
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/UserLibraryService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
index 951415694..5664a90f9 100644
--- a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
+++ b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
@@ -598,8 +598,6 @@ namespace MediaBrowser.Api.UserLibrary
auth.TryGetValue("Client", out client);
auth.TryGetValue("Version", out version);
- version = version ?? "0.0.0.0";
-
return _sessionManager.Sessions.First(i => string.Equals(i.DeviceId, deviceId) &&
string.Equals(i.Client, client) &&
string.Equals(i.ApplicationVersion, version));