Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitkick committed Jan 13, 2024
1 parent 33a3e97 commit b4960ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,13 @@ var clientID = "Cli0";
} else {
var hasAudio = (audio_file !== null);

let title = c.tweet.spoiler_text || "Untitled";
// Summarize toot data
let tootData = {
"prog":c.input,
"mode":c.mode,
"src": tweet.url,
"title":c.tweet.spoiler_text || "Untitled"
"title": title
};

// Save state to cache
Expand Down

0 comments on commit b4960ec

Please sign in to comment.