Fix Plex Web 3.0 link

This commit is contained in:
JonnyWong16 2017-02-26 09:52:25 -08:00
parent 89b837393d
commit c01731ebe9
2 changed files with 16 additions and 16 deletions

View file

@ -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'
]