diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 197fda70..f77127e2 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -11,7 +11,7 @@ data :: Usable parameters (if not applicable for media type, blank value will be == Global keys == rating_key Returns the unique identifier for the media item. -type Returns the type of media. Either 'movie', 'show', 'season', 'episode', 'artist', 'album', or 'track'. +meida_type Returns the type of media. Either 'movie', 'show', 'season', 'episode', 'artist', 'album', or 'track'. art Returns the location of the item's artwork title Returns the name of the movie, show, episode, artist, album, or track. duration Returns the standard runtime of the media. @@ -60,7 +60,7 @@ DOCUMENTATION :: END % if data:
- % if data['type'] != 'library': + % if data['media_type'] != 'library':
% endif
@@ -68,7 +68,7 @@ DOCUMENTATION :: END
- % if data['type'] != 'library': + % if data['media_type'] != 'library':