A new library scanner process will now be started for each library
* A new library scanner process will now be started for each library
This commit is contained in:
@@ -411,6 +411,8 @@ function GetTaskFriendlyName(TaskName, options) {
|
||||
return "Organise library";
|
||||
case 'LibraryScan':
|
||||
return "Library scan";
|
||||
case 'LibraryScanWorker':
|
||||
return "Library scan worker: " + options.name;
|
||||
case 'CollectionCompiler':
|
||||
return "Compress collection id: " + options;
|
||||
case 'BackgroundDatabaseUpgrade':
|
||||
|
||||
@@ -1030,7 +1030,7 @@ button:not(.select2-selection__choice__remove):not(.ejs_menu_button) {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
button:not(.select2-selection__choice__remove):not(.ejs_menu_button):hover {
|
||||
background-color: #888;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user