mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
c7b1623fbf
commit
fab755eccd
42 changed files with 680 additions and 832 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue