Add items suffix to collections and playlist table

This commit is contained in:
JonnyWong16 2020-10-01 09:57:01 -07:00
parent 2c360b6472
commit 15e928ecf2
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
6 changed files with 43 additions and 11 deletions

View file

@ -835,3 +835,16 @@ function user_page(user_id, user) {
return params;
}
MEDIA_TYPE_HEADERS = {
'movie': 'Movies',
'show': 'TV Shows',
'season': 'Seasons',
'episode': 'Episodes',
'artist': 'Artists',
'album': 'Albums',
'track': 'Tracks',
'video': 'Videos',
'audio': 'Tracks',
'photo': 'Photos'
}