Skip to content

Commit

Permalink
Add back thumbnail extraction to legacy webpage extraction method
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Aug 30, 2024
1 parent 72184b3 commit 25787dc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ private AudioTrack loadTrackFromPageContent(String trackUrl, String content) thr
(long) (config.get("clip").get("duration").get("raw").as(Double.class) * 1000.0),
trackUrl,
false,
trackUrl
trackUrl,
config.get("thumbnail").get("src").text(),
null
), this);
}

Expand Down

0 comments on commit 25787dc

Please sign in to comment.