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 2016-09-27 15:18:14 -04:00
parent c7b1623fbf
commit fab755eccd
42 changed files with 680 additions and 832 deletions

View file

@ -91,9 +91,15 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
return;
}
var body = item.Name;
if (item.SeriesName) {
body = item.SeriesName + ' - ' + body;
}
var notification = {
title: "New " + item.Type,
body: item.Name,
body: body,
vibrate: true,
tag: "newItem" + item.Id,
data: {