Some small fixes after rebasing

This commit is contained in:
JonnyWong16 2018-03-17 11:04:17 -07:00
parent afa16cd656
commit 003e890844
3 changed files with 3 additions and 4 deletions

View file

@ -377,7 +377,6 @@
'(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)';
var $email_selectors = $('#email_to, #email_cc, #email_bcc').selectize({
plugins: ['remove_button'],
persist: false,
maxItems: null,
render: {
item: function(item, escape) {

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Tautulli - ${title} | ${server_name}</title>
<link href="${http_root}css/plexpy.css${cache_param}" rel="stylesheet">
<link href="${http_root}css/tautulli.css${cache_param}" rel="stylesheet">
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
<link href="${http_root}css/font-awesome.min.css" rel="stylesheet">
<style>

View file

@ -1106,9 +1106,9 @@ def get_poster_info(poster_thumb='', poster_key='', poster_title='', art=False,
# Upload poster_thumb to Imgur and get link
if blur:
poster_url, delete_hash = helpers.uploadToImgur(poster_file_blur, poster_title)
poster_url, delete_hash = helpers.upload_to_imgur(poster_file_blur, poster_title)
else:
poster_url, delete_hash = helpers.uploadToImgur(poster_file, poster_title)
poster_url, delete_hash = helpers.upload_to_imgur(poster_file, poster_title)
if poster_url:
# Create poster info