Skip to content

Commit

Permalink
remove accidentally added char
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro authored Jul 28, 2023
1 parent 369330d commit f9ba5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/kavin/piped/utils/CollectionUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static Streams collectStreamInfo(StreamInfo info) {
}

final List<ContentItem> relatedStreams = collectRelatedItems(info.getRelatedItems());
q

return new Streams(info.getName(), info.getDescription().getContent(),
info.getTextualUploadDate(), info.getUploaderName(), substringYouTube(info.getUploaderUrl()),
rewriteURL(info.getUploaderAvatarUrl()), rewriteURL(info.getThumbnailUrl()), info.getDuration(),
Expand Down

0 comments on commit f9ba5c4

Please sign in to comment.