mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Show extra type on activity cards
This commit is contained in:
parent
36b80aa6d3
commit
91c647f9ae
4 changed files with 40 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue