mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
show tips on web client home page
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user