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

update components

This commit is contained in:
Luke Pulverenti 2017-01-06 01:29:35 -05:00
parent f4278dfc1a
commit 1e3bc96dab
6 changed files with 81 additions and 15 deletions

View file

@ -88,7 +88,7 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
function showNewItemNotification(item, apiClient) {
if (playbackManager.isPlayingVideo()) {
if (playbackManager.isPlayingLocally(['Video'])) {
return;
}