mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix Plex Web 3.0 link
This commit is contained in:
parent
89b837393d
commit
c01731ebe9
2 changed files with 16 additions and 16 deletions
|
@ -56,19 +56,6 @@ MEDIA_FLAGS_VIDEO = {'avc1': 'h264',
|
|||
'wmv3': 'wmvhd'
|
||||
}
|
||||
|
||||
SCHEDULER_LIST = ['Check GitHub for updates',
|
||||
'Check for active sessions',
|
||||
'Check for recently added items',
|
||||
'Check for Plex updates',
|
||||
'Check for Plex remote access',
|
||||
'Refresh users list',
|
||||
'Refresh libraries list',
|
||||
'Refresh Plex server URLs',
|
||||
'Refresh Plex server name',
|
||||
'Backup PlexPy database',
|
||||
'Backup PlexPy config'
|
||||
]
|
||||
|
||||
QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
||||
'12000': '12 Mbps 1080p',
|
||||
'10000': '10 Mbps 1080p',
|
||||
|
@ -82,4 +69,17 @@ QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
|||
'208': '208 kbps',
|
||||
'96': '96 kbps',
|
||||
'64': '64 kbps'
|
||||
}
|
||||
}
|
||||
|
||||
SCHEDULER_LIST = ['Check GitHub for updates',
|
||||
'Check for active sessions',
|
||||
'Check for recently added items',
|
||||
'Check for Plex updates',
|
||||
'Check for Plex remote access',
|
||||
'Refresh users list',
|
||||
'Refresh libraries list',
|
||||
'Refresh Plex server URLs',
|
||||
'Refresh Plex server name',
|
||||
'Backup PlexPy database',
|
||||
'Backup PlexPy config'
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue