mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix media type in collection header
This commit is contained in:
parent
ec5c5e1420
commit
19864e97e6
3 changed files with 18 additions and 15 deletions
|
@ -32,6 +32,15 @@ DEFAULT_POSTER_THUMB = "interfaces/default/images/poster.png"
|
|||
DEFAULT_COVER_THUMB = "interfaces/default/images/cover.png"
|
||||
DEFAULT_ART = "interfaces/default/images/art.png"
|
||||
|
||||
MEDIA_TYPE_HEADERS = {'movie': 'Movies',
|
||||
'show': 'TV Shows',
|
||||
'season': 'Seasons',
|
||||
'episode': 'Episodes',
|
||||
'artist': 'Artists',
|
||||
'album': 'Albums',
|
||||
'track': 'Tracks',
|
||||
}
|
||||
|
||||
PLATFORM_NAME_OVERRIDES = {'Konvergo': 'Plex Media Player',
|
||||
'Mystery 3': 'Playstation 3',
|
||||
'Mystery 4': 'Playstation 4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue