mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Change discord timestamp function to metadata params
This commit is contained in:
parent
b8a9c4f5b7
commit
02af6c4e6c
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ class DISCORD(Notifier):
|
||||||
|
|
||||||
# Build Discord post attachment
|
# Build Discord post attachment
|
||||||
attachment = {'title': title,
|
attachment = {'title': title,
|
||||||
'timestamp': helpers.utc_now_iso()
|
'timestamp': pretty_metadata.parameters['utctime']
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.config['color']:
|
if self.config['color']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue