1
0
Fork 0
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:
Luke Pulverenti 2013-08-28 01:17:26 -04:00
parent c1819ff31f
commit 9d71b16123
2 changed files with 5 additions and 1 deletions

View file

@ -840,7 +840,7 @@ var Dashboard = {
var cmd = msg.Data;
if (cmd.TimeoutMs) {
if (cmd.TimeoutMs && WebNotifications.supported()) {
var notification = {
title: cmd.Header,
body: cmd.Text,