mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed remote messages
This commit is contained in:
parent
c1819ff31f
commit
9d71b16123
2 changed files with 5 additions and 1 deletions
|
@ -122,6 +122,10 @@ var WebNotifications = {
|
|||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
supported: function() {
|
||||
return window.Notification || window.webkitNotifications;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue