mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-14 07:27:01 +03:00
Change submission id to UUID
This commit is contained in:
@@ -235,7 +235,7 @@ async function voteOnSponsorTime(req, res) {
|
||||
"thumbnail": data.items[0].snippet.thumbnails.maxres ? data.items[0].snippet.thumbnails.maxres.url : ""
|
||||
},
|
||||
"submission": {
|
||||
"id": UUID,
|
||||
"UUID": UUID,
|
||||
"views": row.views,
|
||||
"category": category,
|
||||
"startTime": submissionInfoRow.startTime,
|
||||
|
||||
Reference in New Issue
Block a user