mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Undo changes
This commit is contained in:
parent
afcaea8b0c
commit
e4e14908b8
1 changed files with 1 additions and 3 deletions
|
@ -349,7 +349,7 @@
|
|||
|
||||
// don't display the current session
|
||||
sessions = sessions.filter(function (s) {
|
||||
return s.DeviceId != deviceId && (s.SupportsRemoteControl || s.Client == "Chromecast");
|
||||
return s.DeviceId != deviceId && (s.SupportsRemoteControl);
|
||||
});
|
||||
|
||||
var elem = $('#selectSession', popup);
|
||||
|
@ -403,8 +403,6 @@
|
|||
self.showMenu = function (options) {
|
||||
ApiClient.getSessions(sessionQuery).done(function (sessions) {
|
||||
|
||||
console.log("showMenu", sessions);
|
||||
|
||||
showMenu(sessions, options);
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue