minor cleanup

merge-requests/63/head
Moe 2019-01-23 22:15:29 -08:00
parent 2d5434ac21
commit daeda7f970
2 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@
"Preset": "Preset",
"Presets": "Presets",
"possibleInternalError": "Possible Internal Error",
"sizePugeLockedText": "The Size Purge Lock (deleteOverMax) appears to have failed to unlock. Unlocking now...",
"sizePurgeLockedText": "The Size Purge Lock (deleteOverMax) appears to have failed to unlock. Unlocking now...",
"Use coProcessor": "Use coProcessor",
"Audio Codec": "Audio Codec",
"Video Record Rate": "Video Record Rate <small>(FPS)</small>",

View File

@ -334,7 +334,7 @@ module.exports = function(s,config){
if(isLocked && purgeRequestCount > monitorCount + 10){
s.group[groupKey].sizePurgeQueue = []
s.group[groupKey].sizePurging = false
s.systemLog(lang.sizePugeLockedText + ' : ' + groupKey)
s.systemLog(lang.sizePurgeLockedText + ' : ' + groupKey)
}
})
}