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
6 changed files with 43 additions and 11 deletions

View File

@@ -73,6 +73,9 @@ MEDIA_TYPE_HEADERS = {
'artist': 'Artists',
'album': 'Albums',
'track': 'Tracks',
'video': 'Videos',
'audio': 'Tracks',
'photo': 'Photos'
}
PLATFORM_NAME_OVERRIDES = {