mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +05:30
Minor formatting changes.
This commit is contained in:
parent
adacbfe285
commit
30806effc9
@ -65,9 +65,9 @@ public class CollectionUtils {
|
||||
final List<ContentItem> relatedStreams = collectRelatedItems(info.getRelatedItems());
|
||||
|
||||
final List<MetaInfo> metaInfo = new ObjectArrayList<>();
|
||||
info.getMetaInfo().forEach(metaInfoItem -> {
|
||||
metaInfo.add(new MetaInfo(metaInfoItem.getTitle(), metaInfoItem.getContent().getContent(), metaInfoItem.getUrls(), metaInfoItem.getUrlTexts()));
|
||||
});
|
||||
info.getMetaInfo().forEach(metaInfoItem -> metaInfo.add(new MetaInfo(metaInfoItem.getTitle(), metaInfoItem.getContent().getContent(),
|
||||
metaInfoItem.getUrls(), metaInfoItem.getUrlTexts()
|
||||
)));
|
||||
|
||||
return new Streams(info.getName(), info.getDescription().getContent(),
|
||||
info.getTextualUploadDate(), info.getUploaderName(), substringYouTube(info.getUploaderUrl()),
|
||||
|
Loading…
Reference in New Issue
Block a user