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.