mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 02:22:09 +01:00
more notifications
This commit is contained in:
@@ -102,7 +102,7 @@ class Notification {
|
||||
}
|
||||
|
||||
replaceVariablesInTemplate(templateText, data) {
|
||||
const ptrn = /{{ ?([a-zA-Z]+) ?}}/mg
|
||||
const ptrn = /{{ ?([a-zA-Z.]+) ?}}/mg
|
||||
|
||||
var match
|
||||
var updatedTemplate = templateText
|
||||
@@ -130,4 +130,4 @@ class Notification {
|
||||
}
|
||||
}
|
||||
}
|
||||
module.exports = Notification
|
||||
module.exports = Notification
|
||||
|
||||
Reference in New Issue
Block a user