Show extra type on activity cards

This commit is contained in:
JonnyWong16 2018-03-29 19:54:43 -07:00
parent 36b80aa6d3
commit 91c647f9ae
4 changed files with 40 additions and 20 deletions

View file

@ -171,6 +171,16 @@ HW_ENCODERS = [
'nvenc'
]
EXTRA_TYPES = {
'1': 'Trailer',
'2': 'Deleted Scene',
'3': 'Interview',
'5': 'Behind the Scenes',
'6': 'Scene',
'10': 'Featurette',
'11': 'Short'
}
SCHEDULER_LIST = [
'Check GitHub for updates',
'Check for server response',