Skip to content

Commit

Permalink
Update flixhq.to.js
Browse files Browse the repository at this point in the history
Fixes spaces in description
  • Loading branch information
OshekharO authored Sep 20, 2023
1 parent 8450d7d commit 721724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/flixhq.to.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class extends Extension {
return {
title: res.title,
cover: imgData.url,
desc: res.description,
desc: res.description.trim(),
episodes: [
{
title: "Directory",
Expand Down

0 comments on commit 721724d

Please sign in to comment.