Change to display a better message

Replaced with a better message they can understand
This commit is contained in:
Codenift 2019-10-13 16:23:06 -04:00 committed by GitHub
parent 8cc48eb47f
commit 7366fa60fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class FileDataHelper {
$getFileInfo = $getID3->analyze($analyzeFile); $getFileInfo = $getID3->analyze($analyzeFile);
} else { } else {
$getFileInfo = []; $getFileInfo = [];
Logging::error("Failed to load getid3 library. Please upgrade script."); Logging::error("Failed to load getid3 library. Please upgrade Libretime.");
} }
if(isset($getFileInfo['comments']['picture'][0])) { if(isset($getFileInfo['comments']['picture'][0])) {
@ -198,7 +198,7 @@ class FileDataHelper {
$getFileInfo = $getID3->analyze($fullpath); $getFileInfo = $getID3->analyze($fullpath);
} else { } else {
$getFileInfo = []; $getFileInfo = [];
Logging::error("Failed to load getid3 library. Please upgrade script."); Logging::error("Failed to load getid3 library. Please upgrade Libretime.");
} }
if(isset($getFileInfo['comments']['picture'][0])) { if(isset($getFileInfo['comments']['picture'][0])) {