diff --git a/data/interfaces/default/notifier_text_preview.html b/data/interfaces/default/notifier_text_preview.html index cb097213..f933ec2c 100644 --- a/data/interfaces/default/notifier_text_preview.html +++ b/data/interfaces/default/notifier_text_preview.html @@ -8,7 +8,12 @@ % if text: % for item in text:
-

${item['media_type'].capitalize()}

+

+ ${item['media_type'].capitalize()} + % if item['media_type'] != 'server': + <${item['media_type']}></${item['media_type']}> tags + % endif +

% if agent != 'webhook':
${item['subject']}
% endif diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 4f425526..7305dce5 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1532,7 +1532,7 @@

All text inside <show></show>/<season></season>/<episode></episode> - tags will only be sent when the media type is show/season/episode. + tags will only be sent when the media type is show, season, or episode, respectively.

Example:

{show_name}<season> - Season {season_num}</season><episode> - S{season_num}E{episode_num} - {episode_name}</episode> was recently added to Plex.
@@ -1543,7 +1543,7 @@

All text inside <artist></artist>/<album></album>/<track></track> - tags will only be sent when the media type is artist/album/track. + tags will only be sent when the media type is artist, album, or track, respectively.

Example:

{artist_name}<album> - {album_name}</album><track> - {album_name} - {track_name}</track> was recently added to Plex.