@@ -676,7 +676,7 @@ function getHomepageList()
'name' => 'embyTabName',
'label' => 'Emby Tab Name',
'value' => $GLOBALS['embyTabName'],
- 'placeholder' => 'Only use if you have Plex in a reverse proxy'
+ 'placeholder' => 'Only use if you have Emby in a reverse proxy'
),
array(
'type' => 'input',
@@ -133,6 +133,7 @@ function getOrganizrUserToken()
"group"=>getGuest()['group'],
"groupID"=>getGuest()['group_id'],
"email"=>null,
+ //"groupImage"=>getGuest()['image'],
"image"=>getGuest()['image'],
"userID"=>null,
"loggedin"=>false
@@ -2785,7 +2785,7 @@ function buildDownloaderItem(array, source, type='none'){
break;
case 'history':
if(array.history.slots.length == 0){
- return '<tr><td class="max-texts" lang="en">Nothing in hitsory</td></tr>';
+ return '<tr><td class="max-texts" lang="en">Nothing in history</td></tr>';
}
$.each(array.history.slots, function(i,v) {
items += `
@@ -5,7 +5,6 @@
"No Results for:": "No Results for:",
"Nothing in queue": "Nothing in queue",
"Nothing in history": "Nothing in history",
- "Nothing in hitsory": "Nothing in hitsory",
"Load More": "Load More",
"Request": "Request",
"No Results": "No Results",