From d693514ca97a91090810ecf674b7d58dce782db9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 7 Feb 2018 11:44:16 -0800 Subject: [PATCH] Notification exclusion tags change media item to media type --- data/interfaces/default/settings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 37714f9d..5f370592 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1357,7 +1357,7 @@

Movie Tag

-

All text inside <movie></movie> tags will only be sent when the media item is a movie.

+

All text inside <movie></movie> tags will only be sent when the media type is movie.

Example:

{title}<movie>({year})</movie> was recently added to Plex
@@ -1367,7 +1367,7 @@

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

Example:

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

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

Example:

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