added timestamp

This commit is contained in:
srgooglo 2022-10-14 13:47:43 +02:00
parent f95d6f8bec
commit 2834f76230

View File

@ -1,5 +1,6 @@
import React from "react"
import * as antd from "antd"
import { DateTime } from "luxon"
import { Icons } from "components/Icons"
@ -160,6 +161,7 @@ export default (props) => {
let RequestData = {
type: "playlist",
message: playlistDescription,
timestamp: DateTime.local().toISO(),
data: {
title: playlistName,
cover: coverURL,