1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Undo changes

This commit is contained in:
Tim Hobbs 2014-04-08 11:34:49 -07:00
parent e4e14908b8
commit 874c0ce027

View file

@ -349,7 +349,7 @@
// don't display the current session
sessions = sessions.filter(function (s) {
return s.DeviceId != deviceId && (s.SupportsRemoteControl);
return s.DeviceId != deviceId && s.SupportsRemoteControl;
});
var elem = $('#selectSession', popup);