causefx 8 anni fa
parent
commit
62aa8abd7a

+ 1 - 1
api/functions/homepage-functions.php

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

+ 1 - 0
api/functions/token-functions.php

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

+ 1 - 1
js/functions.js

@@ -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 += `

+ 0 - 1
js/langpack/en.json

@@ -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",